From 917cd8da62f0ef2fb2e973f569b90e3d0e86dced Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Mon, 4 Apr 2022 15:45:01 -0400 Subject: [PATCH] Update for 04-04-22 15:45 --- tech/quicksort.wiki | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tech/quicksort.wiki 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 ==