Skip to content

Conversation

shimmer12
Copy link

@shimmer12 shimmer12 commented Oct 8, 2025

  • 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

This implementation of a PATRICIA Trie uses fixed-width integers as keys. It includes methods for insertion, searching, and checking if the trie is empty.
Removed the printKeys utility method that printed all keys in the trie.
@codecov-commenter
Copy link

codecov-commenter commented Oct 8, 2025

Codecov Report

❌ Patch coverage is 0% with 48 lines in your changes missing coverage. Please review.
✅ Project coverage is 76.25%. Comparing base (50b1bcd) to head (b657ae3).
⚠️ Report is 3 commits behind head on master.

Files with missing lines Patch % Lines
...ealgorithms/datastructures/trees/PatriciaTrie.java 0.00% 48 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #6710      +/-   ##
============================================
- Coverage     76.36%   76.25%   -0.12%     
- Complexity     5935     5975      +40     
============================================
  Files           711      715       +4     
  Lines         20175    20288     +113     
  Branches       3910     3937      +27     
============================================
+ Hits          15407    15470      +63     
- Misses         4178     4227      +49     
- Partials        590      591       +1     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Removed main method and example usage from PatriciaTrie class.
@shimmer12 shimmer12 closed this by deleting the head repository Oct 8, 2025
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