[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 12:58:21 PST 2023
    
    
  
nilayvaish updated this revision to Diff 502467.
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.502467.patch
Type: text/x-patch
Size: 5404 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230305/56ff39bf/attachment.bin>
    
    
More information about the libcxx-commits
mailing list