@@ -20,7 +20,10 @@ Implementation of Algorithms in Java, Most of these names are picked up from Gee
20
20
- [ ] Heap Sort
21
21
- [ ] Radix Sort
22
22
23
- 4 . [ ] ** Advanced Algorithms**
23
+ 4 . [ ] Standard Algorithms
24
+ - [ ] Euclid's Algorithm
25
+
26
+ 5 . [ ] ** Advanced Algorithms**
24
27
- [ ] Greedy Algorithms
25
28
- [ ] Travelling Salesman Problem
26
29
- [ ] Prim's Minimal Spanning Tree Algorithm
@@ -49,23 +52,10 @@ Implementation of Algorithms in Java, Most of these names are picked up from Gee
49
52
- [ ] Bipartric Graph
50
53
- [ ] P, NP and NP Complete
51
54
52
- 5 . [ ] ** Bit Manipulation**
55
+ 6 . [ ] ** Bit Manipulation**
53
56
- [X] [Introduction to Bits](../master/src/com/deepak/algorithms/BitManipulation/Introduction.md)
54
57
- [X] [Common Operations on Bits](../master/src/com/deepak/algorithms/BitManipulation/CommonOperations.java)
55
58
- [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
69
59
70
60
7 . [ ] ** Dynamic Programming**
71
61
- [ ] Fibonacci number series
0 commit comments