Skip to content

Commit 1d1189a

Browse files
authored
Update README.md
1 parent c7ca05b commit 1d1189a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Data Structures and Algorithms/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818

1919
- Merge Sort
2020

21+
- Bubble Sort
22+
23+
- Heap Sort
24+
25+
- Insertion Sort
26+
2127
- Quick Sort (for numbers)
2228

2329
- Quick Sort (for strings)
@@ -26,4 +32,4 @@
2632

2733
- Recursive Binary Search
2834

29-
- Selection Sort
35+
- Selection Sort

0 commit comments

Comments
 (0)