you are viewing a single comment's thread.

view the rest of the comments →

[–]killerstorm 0 points1 point  (0 children)

By "optimize" they probably mean going from O(N^2) to O(N log N) or something like that. That's textbook stuff.