summaryrefslogtreecommitdiff
path: root/AK/Tests/TestQuickSort.cpp
AgeCommit message (Expand)Author
2021-05-06Tests: Move AK tests to Tests/AKBrian Gianforcaro
2021-04-25AK+Userland: Move AK/TestSuite.h into LibTest and rework Tests' CMakeAndrew Kaster
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-27AK: Use Array iterator instead of indexing outside Array boundsAndreas Kling
2021-02-01AK: Make single pivot quick_sort guarantee a max stack depth of log(n)Mart G
2021-01-12AK: Simplify constructors and conversions from nullptr_tLenny Maiorani
2020-12-10AK: Ensure dual_pivot_quick_sort does not copy the pivotsAnotherTest