Previous | Next --- Slide 14 of 50
Back to Lecture Thumbnails
awu

Based on PA3, it seems like most scan implementations are specific to the + operator. Is there an implementation that takes an arbitrary binary operator / function?

jagriti

@awu - I think scan operations can be generalized for any binary associative operators (for instance - multiplication would hold true as well). I came across certain articles that are based on computing how much such operations are possible for a finite set of numbers.

Please log in to leave a comment.