Skip to content

Conversation

RAJ8664
Copy link

@RAJ8664 RAJ8664 commented Dec 19, 2024

Implementation of String Hashing algorithm using double hashing technique.

  • I have read CONTRIBUTING.md.
  • This pull request is all my own work -- I have not plagiarized it.
  • All filenames are in PascalCase.
  • All functions and variable names follow Java naming conventions.
  • All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations.
  • All new code is formatted with clang-format -i --style=file path/to/your/file.java

Implementation of String Hashing using double hashing technique.
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 0% with 22 lines in your changes missing coverage. Please review.

Project coverage is 73.44%. Comparing base (13b5d62) to head (158d5ff).

Files with missing lines Patch % Lines
.../java/com/thealgorithms/strings/StringHashing.java 0.00% 22 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #6105      +/-   ##
============================================
- Coverage     73.53%   73.44%   -0.09%     
- Complexity     5106     5107       +1     
============================================
  Files           658      659       +1     
  Lines         17649    17671      +22     
  Branches       3396     3397       +1     
============================================
+ Hits          12978    12979       +1     
- Misses         4166     4188      +22     
+ Partials        505      504       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@RAJ8664 RAJ8664 closed this Dec 20, 2024
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