Skip to content

Commit 6a813ef

Browse files
committed
Day 19 - Linkedlist problems.
1 parent a7776cf commit 6a813ef

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,18 @@ please let me know.
2929
- Selection Sort
3030
- Merge Sort
3131
#### 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.
3335
#### Tree
34-
- STL like implementation
36+
- STL like implementation (include dir)
3537
- Pretty Print of a tree
3638
- Mirror tree
3739
- Find predecessor and successor of a key in binary search tree.
3840
- Level Order Traversal ( Iterative + Recursive )
3941
- Zig-Zag/Spiral Traversal
4042
#### Stack
43+
- STL like implementation (include dir)
4144
- Stock span problem
42-
45+
### Queue
46+
- STL like implementation (include dir)

0 commit comments

Comments
 (0)