[libcxx-commits] [PATCH] D144538: Checked that complexity of std::sort_heap is 2N log(N) comparisons
Nilay Vaish via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Mar 5 13:06:30 PST 2023
nilayvaish updated this revision to Diff 502468.
nilayvaish marked an inline comment as done.
nilayvaish added a comment.
Addressed review comments.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144538/new/
https://reviews.llvm.org/D144538
Files:
libcxx/docs/Status/Cxx20Issues.csv
libcxx/test/libcxx/algorithms/alg.sorting/alg.heap.operations/sort.heap/complexity.pass.cpp
libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/sort.heap/complexity.pass.cpp
libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/sort.heap/ranges_sort_heap.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144538.502468.patch
Type: text/x-patch
Size: 5460 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230305/220f8ee3/attachment.bin>
More information about the libcxx-commits
mailing list