Skip to content

Commit e953f86

Browse files
committed
update notes Mon Jul 4 10:33:27 EDT 2022
1 parent e8410c9 commit e953f86

File tree

5 files changed

+1019
-12
lines changed

5 files changed

+1019
-12
lines changed

part-I/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1483,7 +1483,7 @@ A stable sort preserves the relative order of items with equal keys.
14831483

14841484
*Partitioning process*
14851485

1486-
- Repeat until `i` and `j` pointers cross**.
1486+
- Repeat until `i` and `j` pointers cross.
14871487
- Scan `i` from left to right so long as (`a[i]` < `a[lo]`).
14881488
- Scan `j` from right to left so long as (`a[j] > a[lo]`).
14891489
- Exchange `a[i]` with `a[j]`.

0 commit comments

Comments
 (0)