summaryrefslogtreecommitdiff
path: root/AK/QuickSort.h
AgeCommit message (Expand)Author
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