diff --git a/tech/quicksort.wiki b/tech/quicksort.wiki new file mode 100644 index 0000000..faf1604 --- /dev/null +++ b/tech/quicksort.wiki @@ -0,0 +1,5 @@ += Quicksort = + +Quicksort is a sorting algorithm that runs in `O(n log n)` time. + +== Algorithm ==