Tali

51%
Flag icon
Algorithms that partition their input, work on the two halves independently, and then combine the result can be O(n lg(n)). The classic example is quicksort, which works by partitioning the data into two halves and recursively sorting each.
The Pragmatic Programmer
Rate this book
Clear rating
Open Preview