Skip to content

Commit e6ade7b

Browse files
djeadaCopilot
andauthored
Update notes/sorting.md
Co-authored-by: Copilot <[email protected]>
1 parent 3ea08f1 commit e6ade7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notes/sorting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ Pass 4: [ 10 | 30 ] [40] [50] [70] [90 80]
594594
### Heap sort
595595

596596
Heap Sort is a **comparison-based sorting algorithm** that uses a special data structure called a **binary heap**.
597-
It is efficient, with guaranteed \$O(n \log n)\$ performance, and sorts **in-place** (no extra array needed).
597+
It is efficient, with guaranteed $O(n \log n)$ performance, and sorts **in-place** (no extra array needed).
598598

599599
The basic idea:
600600

0 commit comments

Comments
 (0)