You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project implements two fundamental string-matching algorithms: Brute Force and Boyer–Moore. It compares their performance and demonstrates how each algorithm searches for a pattern within a given text.