We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ac3915 commit c68537fCopy full SHA for c68537f
Guides/PartialSort.md
@@ -45,7 +45,7 @@ Here are some benchmarks we made that demonstrates how this implementation (Smal
45
46
### Comparison with other languages
47
48
-**C++:** The `<algorithm>` library defines a `partial_sort` function where the entire array is returned.
+**C++:** The `<algorithm>` library defines a `partial_sort` function where the entire array is returned using a partial heap sort.
49
50
**Python:** Defines a `heapq` priority queue that can be used to manually
51
achieve the same result.
0 commit comments