codezonediitj / pydatastructs

A python package for data structures and algorithms
https://pydatastructs.readthedocs.io/en/stable/
Other
199 stars 270 forks source link

Implement method to check if string is present in Trie. #517

Closed sak-codes closed 1 year ago

sak-codes commented 1 year ago

References to other Issues or PRs or Relevant literature

Brief description of what is fixed or changed

Other comments

czgdp1807 commented 1 year ago

Seems like code quality tests are failing.

codecov[bot] commented 1 year ago

Codecov Report

Merging #517 (6018c90) into main (aafe3c2) will increase coverage by 0.002%. The diff coverage is 100.000%.

:exclamation: Current head 6018c90 differs from pull request most recent head cffeef0. Consider uploading reports for the commit cffeef0 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #517 +/- ## ============================================= + Coverage 98.539% 98.541% +0.002% ============================================= Files 32 32 Lines 4039 4046 +7 ============================================= + Hits 3980 3987 +7 Misses 59 59 ``` | [Impacted Files](https://codecov.io/gh/codezonediitj/pydatastructs/pull/517?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=codezonediitj) | Coverage Δ | | |---|---|---| | [pydatastructs/strings/trie.py](https://codecov.io/gh/codezonediitj/pydatastructs/pull/517?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=codezonediitj#diff-cHlkYXRhc3RydWN0cy9zdHJpbmdzL3RyaWUucHk=) | `100.000% <100.000%> (ø)` | | [![Impacted file tree graph](https://codecov.io/gh/codezonediitj/pydatastructs/pull/517/graphs/tree.svg?width=650&height=150&src=pr&token=mZMqq5ubAu&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=codezonediitj)](https://codecov.io/gh/codezonediitj/pydatastructs/pull/517?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=codezonediitj)