@@ -12,8 +12,11 @@ Collection of interview questions with Unit Tests. Problems includes Data Struct
12
12
- [ Singly Linked List] ( src/_DataStructures_/LinkedList )
13
13
- [ N Element From Last] ( src/_DataStructures_/LinkedList/element-from-last )
14
14
- [ Middle Node] ( src/_DataStructures_/LinkedList/middle-node )
15
+ - [ Detect Loop] ( src/_DataStructures_/LinkedList/loop-in-list )
15
16
- [ Stack] ( src/_DataStructures_/Stack )
16
17
- [ Implement Queue Using Stack] ( src/_DataStructures_/Stack/immitate-queue-using-stack )
18
+ - [ Baseball Game] ( src/_DataStructures_/Stack/baseball-game )
19
+ - [ Minimum Stack] ( src/_DataStructures_/Stack/min-stack )
17
20
- [ Queue] ( src/_DataStructures_/Queue )
18
21
- [ Weave] ( src/_DataStructures_/Queue/weave )
19
22
@@ -35,15 +38,16 @@ Collection of interview questions with Unit Tests. Problems includes Data Struct
35
38
- [ Product of Elements] ( src/_Problems_/product-of-elements )
36
39
- [ Remove Duplicates] ( src/_Problems_/remove-duplicates )
37
40
- [ Reverse String] ( src/_Problems_/reverse_string )
41
+ - [ Maximum Product of Three Numbers] ( src/_Problems_/max-product-of-3-numbers )
42
+ - [ Next Greater for Every Element in an Array] ( src/_Problems_/next-greater-element )
38
43
39
44
### Searching
40
45
41
46
- [ Binary Search] ( src/_Searching_/BinarySearch )
42
47
43
-
44
48
### Path Finder
45
49
46
- - [ A* ] ( src/PathFinder/AStart )
50
+ - [ A\ *] ( src/PathFinder/AStart )
47
51
48
52
### Classics
49
53
0 commit comments