summaryrefslogtreecommitdiff
path: root/AK/QuickSort.h
AgeCommit message (Expand)Author
2021-04-28AK: Guarantee a maximum stack depth for dual_pivot_quick_sortMart G
2021-04-28AK: Change pivot selection of dual_pivot_quick_sortMart G
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-01AK: Make single pivot quick_sort guarantee a max stack depth of log(n)Mart G
2020-12-10AK: Ensure dual_pivot_quick_sort does not copy the pivotsAnotherTest
2020-04-18AK: Dual pivot quicksort implementation (#1838)wilsonk
2020-03-03AK: Make quick_sort() a little more ergonomicAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-06-07LibGUI: Run clang-format on everything.Andreas Kling
2019-05-28Add clang-format fileRobin Burchell
2019-05-26QuickSort: Don't sort a single item, nothing to doRobin Burchell
2019-05-19AK: Simplify quick_sort() and improve Vector iterators a bit.Andreas Kling
2019-03-09AK: Add a basic QuickSort template implementation.Andreas Kling