I made brute force and Boyer-Moore's Algorithms and my colleague made the KMP's algorithm.
we analyesed the results and clearly the booyer-moore is much faster than the others
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.
Java