summaryrefslogtreecommitdiff
path: root/src/test/HashSubstringTest.java
AgeCommit message (Collapse)Author
2019-03-16Rabin-Karp string search done!Haidong Ji
Fun exercise. Some takeaways: 1. Smallest test case is easy to walk through and verify the logic, indexing, and such is correct; 2. Persist, don't give up, take it step by step, and you'll reach the goal! Hooray!