File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -31,16 +31,16 @@ Collection of interview questions with Unit Tests. Problems includes Data Struct
31
31
- [ Implement 2 Stacks using Single Array] ( src/_DataStructures_/Stack/2-stacks-using1-array )
32
32
- [ Sort a Stack] ( src/_DataStructures_/Stack/sort-a-stack )
33
33
34
- * [ Queue] ( src/_DataStructures_/Queue )
34
+ - [ Queue] ( src/_DataStructures_/Queue )
35
35
36
36
- [ Weave] ( src/_DataStructures_/Queue/weave )
37
37
- [ Reverse First K Elements of a Queue] ( src/_DataStructures_/Queue/reverse-first-k )
38
38
- [ Generate all Binary Numbers from 1 to N] ( src/_DataStructures_/Queue/generate-binary-number )
39
39
- [ Queue using Stack] ( src/_DataStructures_/Queue/queue-using-stack )
40
40
41
- * [ Doubly Linked List] ( src/_DataStructures_/DoublyLinkedList )
41
+ - [ Doubly Linked List] ( src/_DataStructures_/DoublyLinkedList )
42
42
43
- * [ Trees] ( src/_DataStructures_/Trees )
43
+ - [ Trees] ( src/_DataStructures_/Trees )
44
44
- [ Binary Tree (creation using level order)] ( src/_DataStructures_/Trees/BinaryTree )
45
45
- [ Binary Search Tree] ( src/_DataStructures_/Trees/BinarySearchTree )
46
46
- [ Find k<sup >th</sup > maximum in a BinarySearchTree] ( src/_DataStructures_/Trees/BinarySearchTree/find-kth-max )
@@ -50,6 +50,7 @@ Collection of interview questions with Unit Tests. Problems includes Data Struct
50
50
- [ Find k Nodes from Root of BST] ( src/_DataStructures_/Trees/BinarySearchTree/find-k-nodes-from-root )
51
51
- [ Suffix Tree] ( src/_DataStructures_/SuffixTree )
52
52
- [ Trie] ( src/_DataStructures_/Trees/Trie )
53
+ - [ Total Words in a Trie] ( src/_DataStructures_/Trees/Trie/total-words-in-trie )
53
54
54
55
### Logical Problems
55
56
You can’t perform that action at this time.
0 commit comments