Skip to content

Commit 041be8b

Browse files
committed
Day 22 - Linkedlist problem
1 parent d6b2c17 commit 041be8b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
This repository will contain random algorithm and data structure problems I resolve to solve at least one a day.
33

44
## Current Streak
5-
**20 days**
5+
**22 days**
66
## Longest streak
7-
21 days (August 17, 2015 - Sept 06, 2015)
7+
22 days (August 17, 2015 - Sept 07, 2015)
88

99
## Include Directiory
1010
Include directory and sub directories contain STL like header file implementation of various algorithms and data structures. Following header only implementation,
@@ -31,7 +31,9 @@ please let me know.
3131
#### Linked List
3232
- STL like implementation (include dir)
3333
- 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.
34+
- Add numbers where each digit of the number is represented by node of a linkedlist.
35+
Give output as a linked list.
36+
- Swap nodes of a linkedlist without swapping data
3537
#### Tree
3638
- STL like implementation (include dir)
3739
- Pretty Print of a tree

0 commit comments

Comments
 (0)