Commit Graph

1 Commits

Author SHA1 Message Date
mahbubur.rahman
12a886fae7 Added knuth pratt morris algorithm for sfinding string match.
- Calculate whether the given pattern exist in the given text.
- Return true if it finds a match.
- Otherwise return false.
2019-07-19 17:55:42 +09:00