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 3ea08f1 commit e6ade7bCopy full SHA for e6ade7b
notes/sorting.md
@@ -594,7 +594,7 @@ Pass 4: [ 10 | 30 ] [40] [50] [70] [90 80]
594
### Heap sort
595
596
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).
+It is efficient, with guaranteed $O(n \log n)$ performance, and sorts **in-place** (no extra array needed).
598
599
The basic idea:
600
0 commit comments