Skip to content

Commit c68537f

Browse files
committed
Docs
1 parent 7ac3915 commit c68537f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Guides/PartialSort.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Here are some benchmarks we made that demonstrates how this implementation (Smal
4545

4646
### Comparison with other languages
4747

48-
**C++:** The `<algorithm>` library defines a `partial_sort` function where the entire array is returned.
48+
**C++:** The `<algorithm>` library defines a `partial_sort` function where the entire array is returned using a partial heap sort.
4949

5050
**Python:** Defines a `heapq` priority queue that can be used to manually
5151
achieve the same result.

0 commit comments

Comments
 (0)