Age | Commit message (Expand) | Author |
---|---|---|
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 |