Skip to content
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

Added Rabin-Karp string search algorithm and tests #48

Merged
merged 2 commits into from
Apr 4, 2024

Conversation

Shu-AFK
Copy link
Contributor

@Shu-AFK Shu-AFK commented Apr 4, 2024

The tests cover stress testing, edge cases and testing of the basic functionality.

Shu-AFK and others added 2 commits April 4, 2024 17:21
The tests cover stress testing, edge cases and testing of the basic functionality.
Copy link

codecov bot commented Apr 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.60%. Comparing base (bcedee7) to head (ee21e34).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #48      +/-   ##
==========================================
+ Coverage   97.53%   97.60%   +0.06%     
==========================================
  Files          91       93       +2     
  Lines        3245     3336      +91     
  Branches      535        0     -535     
==========================================
+ Hits         3165     3256      +91     
  Misses         80       80              
Files Coverage Δ
src/algorithms/string/rabin_karp.h 100.00% <100.00%> (ø)
tests/algorithms/string/rabin_karp.cc 100.00% <100.00%> (ø)

@spirosmaggioros spirosmaggioros merged commit e21662b into spirosmaggioros:main Apr 4, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants