1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-23 05:22:06 +00:00
Commit graph

1 commit

Author SHA1 Message Date
Andreas Kling
0d5e6593b2 AK: Add a basic QuickSort template implementation.
It was depressing not being able to capture anything when passing a lambda
to qsort_r() so let's just have our own QuickSort. I was gonna have to do
this eventually anyway. :^)
2019-03-09 16:20:12 +01:00