Skip to content

Commit 39c2370

Browse files
authored
Update README.md
1 parent 4141c72 commit 39c2370

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ Implementation of Algorithms in Java, Most of these names are picked up from Gee
1515
- [X] [Bubble Sort](../master/src/com/deepak/algorithms/Sorting/BubbleSort.java)
1616
- [X] [Merge Sort](../master/src/com/deepak/algorithms/Sorting/MergeSort.java)
1717
- [X] [Counting Sort](../master/src/com/deepak/algorithms/Sorting/CountingSort.java)
18+
- [ ] Shell Sort
19+
- [ ] Quick Sort
20+
- [ ] Heap Sort
1821

1922
3. [ ] **Bit Manipulation**
2023
- [X] [Introduction to Bits](../master/src/com/deepak/algorithms/BitManipulation/Introduction.md)

0 commit comments

Comments
 (0)