Skip to content

Commit d26dfec

Browse files
authored
Update README.md
1 parent b72b227 commit d26dfec

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Sorting Algorithms In Java
22

3-
1. [Bubble Sort](https://github.com/iamazizbohra/Sorting-Algorithms-In-Java/tree/master/src/sort/bubble)
3+
1. [Bubble Sort](src/sort/bubble)
44
2. [Selection Sort](src/sort/selection)
5-
3. Insertion Sort
6-
4. Cycle Sort
7-
5. Counting Sort
8-
6. Radix Sort
9-
7. Bucket Sort
10-
8. Merge Sort
11-
9. Quick Sort
12-
10. Heap Sort
5+
3. [Heap Sort](src/sort/heap)
6+
4. [Insertion Sort](src/sort/insertion)
7+
5. [Cycle Sort](src/sort/cycle)
8+
6. [Counting Sort](src/sort/counting)
9+
7. [Radix Sort](src/sort/radix)
10+
8. [Bucket Sort](src/sort/bucket)
11+
9. [Merge Sort](src/sort/merge)
12+
10. [Quick Sort](src/sort/quick)
13+

0 commit comments

Comments
 (0)