codezonediitj / pydatastructs

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

Boyer Moore Algorithm #464

Closed Bhavesh0027 closed 1 year ago

Bhavesh0027 commented 2 years ago

This pull request is made in reference to issue #463

czgdp1807 commented 2 years ago

The idea is good but you haven't followed the coding style/design pattern for your code. See, rest of the file where you have added your code.

czgdp1807 commented 2 years ago

Reopening in reference to https://github.com/codezonediitj/pydatastructs/pull/468#issuecomment-997387385

czgdp1807 commented 1 year ago

Closing in favour of #519