diff --git a/book/content/part04/quick-sort.asc b/book/content/part04/quick-sort.asc index 0e856679..ad2dfdbb 100644 --- a/book/content/part04/quick-sort.asc +++ b/book/content/part04/quick-sort.asc @@ -77,7 +77,7 @@ With the optimization, Quicksort has an _O(n log n)_ running time. Similar to th ===== Quicksort Properties -- <>: [big]#✅# Yes +- <>: [big]#❌# No - <>: [big]#✅# Yes - <>: [big]#️❌# No, mostly sorted array takes the same time O(n log n). - <>: [big]#️❌# No, the pivot element can be choose at random.