codezonediitj / pydatastructs

A python package for data structures and algorithms
https://pydatastructs.readthedocs.io/en/stable/
Other
199 stars 269 forks source link

Boyer Moore Pattern matching issue #463 #506

Closed Ranadheer-senani closed 2 years ago

Ranadheer-senani commented 2 years ago

Boyer Moore Algorithm Added a string pattern matching algorithm into the Strings Algorithms module

References https://www.geeksforgeeks.org/boyer-moore-algorithm-for-pattern-searching/