Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 225 Bytes

File metadata and controls

4 lines (4 loc) · 225 Bytes

CS333project/FastStringSearch

An implementation of String Search Algorithms such as Boyer-Moore, Knuth-Morris, Brute Force and Rabin-Karp. Purpose of this project is to compare these string search algorithms' efficiencies.