Skip to content

Commit b4c3ff2

Browse files
Update lessons/insertion.md
Co-authored-by: Utkarsh Mishra <76392681+Utkarsh1504@users.noreply.github.com>
1 parent 1ef4c36 commit b4c3ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lessons/insertion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In each iteration, we extend the sorted subarray while shrinking the unsorted su
2020
* Insert the value
2121
* Repeat until list is sorted
2222

23-
### pseudocode
23+
## Pseudocode
2424
```pseudocode
2525
procedure insertionSort( A : array of items )
2626
int holePosition

0 commit comments

Comments
 (0)