File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -30,14 +30,15 @@ Collection of interview questions with Unit Tests. Problems includes Data Struct
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
32
33
-
34
- - [ Queue] ( src/_DataStructures_/Queue )
33
+ * [ Queue] ( src/_DataStructures_/Queue )
35
34
36
35
- [ Weave] ( src/_DataStructures_/Queue/weave )
36
+ - [ Reverse First K Elements of a Queue] ( src/_DataStructures_/Queue/reverse-first-k )
37
+ - [ Generate all Binary Numbers from 1 to N] ( src/_DataStructures_/Queue/generate-binary-number )
37
38
38
- - [ Doubly Linked List] ( src/_DataStructures_/DoublyLinkedList )
39
+ * [ Doubly Linked List] ( src/_DataStructures_/DoublyLinkedList )
39
40
40
- - [ Trees] ( src/_DataStructures_/Trees )
41
+ * [ Trees] ( src/_DataStructures_/Trees )
41
42
- [ Binary Search Tree] ( src/_DataStructures_/Trees/BinarySearchTree )
42
43
- [ Find k<sup >th</sup > maximum in a BinarySearchTree] ( src/_DataStructures_/Trees/BinarySearchTree/find-kth-max )
43
44
- [ Find k<sup >th</sup > minimum in a BinarySearchTree] ( src/_DataStructures_/Trees/BinarySearchTree/find-kth-min )
You can’t perform that action at this time.
0 commit comments