There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
A search algorithms project. I used KMP's and BM's algorithms to search in text And compared it to brute-force search. I enjoyed working on it and analyzing the efficiency of every algorithm with microsoft excel.