index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
/
QuickSort.h
Age
Commit message (
Expand
)
Author
2022-11-26
AK: Make it possible to not `using` AK classes into the global namespace
Andreas Kling
2021-04-28
AK: Guarantee a maximum stack depth for dual_pivot_quick_sort
Mart G
2021-04-28
AK: Change pivot selection of dual_pivot_quick_sort
Mart G
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-01
AK: Make single pivot quick_sort guarantee a max stack depth of log(n)
Mart G
2020-12-10
AK: Ensure dual_pivot_quick_sort does not copy the pivots
AnotherTest
2020-04-18
AK: Dual pivot quicksort implementation (#1838)
wilsonk
2020-03-03
AK: Make quick_sort() a little more ergonomic
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-06-07
LibGUI: Run clang-format on everything.
Andreas Kling
2019-05-28
Add clang-format file
Robin Burchell
2019-05-26
QuickSort: Don't sort a single item, nothing to do
Robin Burchell
2019-05-19
AK: Simplify quick_sort() and improve Vector iterators a bit.
Andreas Kling
2019-03-09
AK: Add a basic QuickSort template implementation.
Andreas Kling