You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
This repository will contain random algorithm and data structure problems I resolve to solve at least one a day.
3
3
4
4
## Current Streak
5
-
**26 days**
5
+
**27 days**
6
6
## Longest streak
7
-
26 days (August 17, 2015 - Sept 11, 2015)
7
+
27 days (August 17, 2015 - Sept 12, 2015)
8
8
9
9
## Include Directiory
10
10
Include directory and sub directories contain STL like header file implementation of various algorithms and data structures. Following header only implementation,
@@ -35,6 +35,9 @@ please let me know.
35
35
Give output as a linked list.
36
36
- Swap nodes of a linkedlist without swapping data
37
37
- Given a linked list, reverse alternate nodes and append at the end
38
+
- Only given a node pointer, delete the node from the linked list.
39
+
- Delete the entire linkedlist
40
+
- Print middle node of linkedlist without iterating twice.
0 commit comments