vimwiki/tech/quicksort.wiki

6 lines
97 B
Plaintext

= Quicksort =
Quicksort is a sorting algorithm that runs in `O(n log n)` time.
== Algorithm ==