codezonediitj / pydatastructs

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

Linear probing map #514

Open nubol23 opened 1 year ago

nubol23 commented 1 year ago

Adds Linear Probing Hash Map templated implementation in utils.

Currently support adition and search

TODO: support deletion

codecov[bot] commented 1 year ago

Codecov Report

Merging #514 (fa2a73b) into master (8f419fd) will not change coverage. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #514 +/- ## ========================================= Coverage 98.528% 98.528% ========================================= Files 32 32 Lines 4010 4010 ========================================= Hits 3951 3951 Misses 59 59 ``` [![Impacted file tree graph](https://codecov.io/gh/codezonediitj/pydatastructs/pull/514/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/514?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=codezonediitj)