Add Boyer-Moore string search algorithm with JUnit tests#6274
Add Boyer-Moore string search algorithm with JUnit tests#6274siriak merged 20 commits intoTheAlgorithms:masterfrom PauLopNun:master
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6274 +/- ##
============================================
+ Coverage 74.08% 74.10% +0.02%
- Complexity 5351 5361 +10
============================================
Files 677 678 +1
Lines 18648 18673 +25
Branches 3621 3627 +6
============================================
+ Hits 13815 13838 +23
- Misses 4275 4276 +1
- Partials 558 559 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Hi! The PR is ready, all checks are passing. Let me know if I need to implement changes. |
DenizAltunkapan
left a comment
There was a problem hiding this comment.
Looks like a good implementation for the bad character rule!
Thanks Deniz! I don't have write permissions, so could someone with access please merge it? |
yess, no hurry @PauLopNun :) . @siriak will do it after he reviewed. |
Okay 👍🏼, this is one of my first times contributing to open source, so I'm still getting used to the review process. |
clang-format -i --style=file path/to/your/file.java