Update for 05-04-22 13:30

This commit is contained in:
Tyler Perkins 2022-04-05 13:30:01 -04:00
parent ce20684d93
commit 943f2ecbad
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@ Quicksort is a sorting algorithm that runs in `O(n log n)` time.
== Algorithm ==
For some array `arr`, chose come pivot value in `arr`. It does not matter how
this pivot, `pvt` is chosen.
this pivot, `pvt` is chosen.