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