File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 28
28
* [ Double Linked List using object data] ( Data-Structures/LISTS/Double-Linked-List/DoubleLinkedList.java )
29
29
* CIRCULAR
30
30
* [ Circular Linked List (using tail node)] ( Data-Structures/LISTS/CIRCULAR/CircularLinkedList.java )
31
- * [ ARRAYLIST] ( Data-Structures/LISTS/arrayList.java )
32
- * [ VECTORS] ( Data-Structures/LISTS/vectors.java )
31
+ * MEMORY EFFICIENT DOUBLE LINKED LIST
32
+ * UNROLLED LINKED LIST
33
+ * SKIP LIST
34
+ * INBUILT LISTS
35
+ * [ ARRAYLIST] ( Data-Structures/LISTS/arrayList.java )
36
+ * [ VECTORS] ( Data-Structures/LISTS/vectors.java )
37
+ * MISC
33
38
34
39
#### STACKS
35
40
Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ This page contains the complexities of different algorithms in this repository.
85
85
* INBUILT LISTS
86
86
* [ ARRAYLISTS] ( #arraylists-(JAVA) )
87
87
* [ VECTORS] ( #vectors-(C++JAVA) )
88
+ * MISC
88
89
* [ STACKS] ( #stacks )
89
90
* [ FIXED ARRAY STACK] ( #fixed-array-stack )
90
91
* [ DYNAMIC ARRAY STACK] ( #dynamic-array-stack )
@@ -93,6 +94,7 @@ This page contains the complexities of different algorithms in this repository.
93
94
* JAVA
94
95
* C++
95
96
* [ MISC STACKS] ( #misc-stacks )
97
+ * TWO WAY STACK
96
98
* QUEUES
97
99
* SIMPLE QUEUE
98
100
* FIXED ARRAY SIMPLE QUEUE
You can’t perform that action at this time.
0 commit comments