@@ -20,7 +20,10 @@ Implementation of Algorithms in Java, Most of these names are picked up from Gee
2020 - [ ] Heap Sort
2121 - [ ] Radix Sort
2222
23- 4 . [ ] ** Advanced Algorithms**
23+ 4 . [ ] Standard Algorithms
24+ - [ ] Euclid's Algorithm
25+
26+ 5 . [ ] ** Advanced Algorithms**
2427 - [ ] Greedy Algorithms
2528 - [ ] Travelling Salesman Problem
2629 - [ ] Prim's Minimal Spanning Tree Algorithm
@@ -49,23 +52,10 @@ Implementation of Algorithms in Java, Most of these names are picked up from Gee
4952 - [ ] Bipartric Graph
5053 - [ ] P, NP and NP Complete
5154
52- 5 . [ ] ** Bit Manipulation**
55+ 6 . [ ] ** Bit Manipulation**
5356 - [X] [Introduction to Bits](../master/src/com/deepak/algorithms/BitManipulation/Introduction.md)
5457 - [X] [Common Operations on Bits](../master/src/com/deepak/algorithms/BitManipulation/CommonOperations.java)
5558 - [X] [Useful Operations on Bits](../master/src/com/deepak/algorithms/BitManipulation/UsefulOperations.java)
56-
57- 6 . [ ] ** Iterators**
58- - [X] [Standard Iterator](../master/src/com/deepak/algorithms/Iterators/StandardIterator.java)
59- - [ ] Deep Iterator
60- - [ ] Filtering Iterator
61- - [X] [Hopping Iterator](../master/src/com/deepak/algorithms/Iterators/HoppingIterator.java)
62- - [ ] InOrder Iterator
63- - [X] [LevelOrder Iterator](../master/src/com/deepak/algorithms/Iterators/LevelOrderIterator.java)
64- - [X] [MaxIterator Iterator](../master/src/com/deepak/algorithms/Iterators/MaxIterator.java)
65- - [ ] MultiIterator Iterator
66- - [ ] Peek Iterator
67- - [ ] PreOrder Iterator
68- - [ ] Rotating Iterator
6959
70607 . [ ] ** Dynamic Programming**
7161 - [ ] Fibonacci number series
0 commit comments