- Notifications
You must be signed in to change notification settings - Fork20.8k
Add Z-Algorithm for Linear-Time String Pattern Matching#7124
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Conversation
codecov-commenter commentedNov 26, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@## master #7124 +/- ##============================================+ Coverage 78.51% 78.52% +0.01%- Complexity 6752 6761 +9============================================ Files 759 760 +1 Lines 22402 22424 +22 Branches 4400 4406 +6 ============================================+ Hits 17589 17609 +20- Misses 4108 4110 +2 Partials 705 705 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Utkarsh-patel26 commentedNov 26, 2025
Adds the Z-Algorithm implementation and unit tests. |
clang-format -i --style=file path/to/your/file.java