Skip to content

Commit 3546b7b

Browse files
committed
Update README.md
1 parent a6181b8 commit 3546b7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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-
9 days, longest streak ( 9 days ) as of August 25, 2015.
5+
10 days, longest streak ( 10 days ) as of August 26, 2015.
66

77
## Include Directiory
88
Include directory and sub directories contain STL like header file implementation of various algorithms and data structures. Following header only implementation,
@@ -24,6 +24,7 @@ please let me know.
2424
- STL like implementation
2525
- Pretty Print of a tree
2626
- Mirror tree
27+
- Find predecessor and successor of a key in binary search tree.
2728
### Cracking the coding interview
2829
- Problem 1 : Determine if a string has unique chars.
2930
- Problem 2 : (Edition 5) Reverse a c-string.

0 commit comments

Comments
 (0)