Skip to content

Commit 046982e

Browse files
committed
Day 23- Linkedlist problem
1 parent 9ad6ee2 commit 046982e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
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-
**22 days**
5+
**23 days**
66
## Longest streak
7-
22 days (August 17, 2015 - Sept 07, 2015)
7+
23 days (August 17, 2015 - Sept 08, 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,
@@ -34,6 +34,7 @@ please let me know.
3434
- Add numbers where each digit of the number is represented by node of a linkedlist.
3535
Give output as a linked list.
3636
- Swap nodes of a linkedlist without swapping data
37+
- Given a linked list, reverse alternate nodes and append at the end
3738
#### Tree
3839
- STL like implementation (include dir)
3940
- Pretty Print of a tree

0 commit comments

Comments
 (0)