-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Add Boyer-Moore string search algorithm #990
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Added boyerMoore string searching algorithm
and fix code style.
This pull request introduces 1 alert when merging 8111a43 into 8fc5390 - view on LGTM.com new alerts:
|
Fix the raised alerts. |
This pull request introduces 1 alert when merging 81e72f6 into 9513bcd - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging 508f38d into 9513bcd - view on LGTM.com new alerts:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Otherwise LGTM
@ayDavidGitHere Waiting for @appgurueu 's comments to be resolved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Format your code with standard.js
.
Hopefully! 12 commits to add an algorithm.
Add New Algorithm.