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
| My own string library implementation |[pstring.h](include/pstring.h)[pstring.cpp](include/pstring.cpp)|
52
53
53
54
###Bit Manipulation Problems
54
55
| Problem | Solution |
@@ -119,6 +120,7 @@ Include contains single header implementation of data structures and some algori
119
120
| Implementation of Robin-Karp algorithm for string search |[robinKarpStringMatching.cpp](string_problmes/robinKarpStringMatching.cpp)|
120
121
| 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)|
121
122
| Implementation of Z algorithm for pattern matching |[z.cpp](string_problems/z.cpp)|
123
+
| Test cases for self created string library |[pstring_test.cpp](string_problems/pstring_test.cpp)|
0 commit comments