Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upString Matcher Added #1393
String Matcher Added #1393
Conversation
| @@ -0,0 +1,76 @@ | |||
| package StringMatch; | |||
deadshotsb
Aug 6, 2020
Member
Kindly add a desciption to each solution for better understanding.
It will be better if you add the StringMatch inside a String Algo folder.
| } | ||
|
|
||
| //helper to stringMatcher | ||
| //calculates prefix function |
| return new ArrayList<>(); | ||
| } | ||
|
|
||
| static void matchPrint(String text, String pattern) { |
| return result; | ||
| } | ||
|
|
||
| //there must not be object of this class |
Added Naive and the Knuth–Morris–Pratt string-searching algorithm with Javadoc