Skip to content

Commit 298502e

Browse files
committed
Day 56 z algorithm for pattern matching
1 parent 3de498c commit 298502e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
| Current Status| Stats |
66
| :------------: | :----------: |
7-
| Total Problems | 77 |
8-
| Current Streak | 55 |
9-
| Longest Streak | 55 ( August 17, 2015 - October 12, 2015 ) |
7+
| Total Problems | 78 |
8+
| Current Streak | 56 |
9+
| Longest Streak | 56 ( August 17, 2015 - October 11, 2015 ) |
1010

1111
</center>
1212

@@ -103,6 +103,7 @@ Include contains single header implementation of data structures and some algori
103103
| :------------ | :----------: |
104104
| Implementation of Robin-Karp algorithm for string search | [robinKarpStringMatching.cpp](string_problmes/robinKarpStringMatching.cpp) |
105105
| Find next permutation of a given string, ie. rearrange the given string sucht a way that is next lexicographically greater string than given string | [next_permutation.cpp](string_problems/next_permutation.cpp)|
106+
| Implementation of Z algorithm for pattern matching | [z.cpp](string_problems/z.cpp)|
106107

107108
### Common Data Structure and logic problems
108109
| Problem | Solution |

0 commit comments

Comments
 (0)