[libc-commits] [libc] [llvm] [libc][stdlib] Implement heap sort. (PR #98582)

via libc-commits libc-commits at lists.llvm.org
Fri Jul 12 18:19:22 PDT 2024


lntue wrote:

> Is it possible to to update `qsort_test.cpp` such that it can run both sorting algos over the same test cases?

I added the unit tests for `internal::quick_sort` and `internal::heap_sort` directly.

https://github.com/llvm/llvm-project/pull/98582


More information about the libc-commits mailing list