File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -29,14 +29,18 @@ please let me know.
29
29
- Selection Sort
30
30
- Merge Sort
31
31
#### Linked List
32
- - STL like implementation
32
+ - STL like implementation (include dir)
33
+ - Find the nth node of linked list from last.
34
+ - Add numbers where each digit of the number is represented by node of a linkedlist. Give output as a linked list.
33
35
#### Tree
34
- - STL like implementation
36
+ - STL like implementation (include dir)
35
37
- Pretty Print of a tree
36
38
- Mirror tree
37
39
- Find predecessor and successor of a key in binary search tree.
38
40
- Level Order Traversal ( Iterative + Recursive )
39
41
- Zig-Zag/Spiral Traversal
40
42
#### Stack
43
+ - STL like implementation (include dir)
41
44
- Stock span problem
42
-
45
+ ### Queue
46
+ - STL like implementation (include dir)
You can’t perform that action at this time.
0 commit comments