File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,16 @@ Collection of interview questions with Unit Tests. Problems includes Data Struct
29
29
- [ Postfix Expression Evaluation] ( src/_DataStructures_/Stack/postfix-expression-evaluation )
30
30
- [ Remove Consecutive Repeated Digits] ( src/_DataStructures_/Stack/remove-consecutive-repeated-digits )
31
31
- [ Implement 2 Stacks using Single Array] ( src/_DataStructures_/Stack/2-stacks-using1-array )
32
-
33
32
34
33
- [ Queue] ( src/_DataStructures_/Queue )
34
+
35
35
- [ Weave] ( src/_DataStructures_/Queue/weave )
36
36
37
37
- [ Doubly Linked List] ( src/_DataStructures_/DoublyLinkedList )
38
- - [ Suffix Tree] ( src/_DataStructures_/SuffixTree )
38
+
39
+ - [ Trees] ( src/_DataStructures_/Trees )
40
+ - [ Binary Search Tree] ( src/_DataStructures_/Trees/BST )
41
+ - [ Suffix Tree] ( src/_DataStructures_/SuffixTree )
39
42
40
43
### Logical Problems
41
44
@@ -67,7 +70,6 @@ Collection of interview questions with Unit Tests. Problems includes Data Struct
67
70
68
71
- [ LRU Cache] ( src/_Algorithms_/lru-cache )
69
72
70
-
71
73
### Path Finder
72
74
73
75
- [ A\* ] ( src/PathFinder/AStart )
You can’t perform that action at this time.
0 commit comments