codezonediitj / pydatastructs

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

C++ backend for Binary Indexed Trees #561

Closed Kishan-Ved closed 2 weeks ago

Kishan-Ved commented 2 weeks ago

Related to: Google Summer of Code 2024, Kishan Ved

Objective

Add a C++ backend for Binary Indexed Trees class.

Related issue: #550

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.510%. Comparing base (ec0b015) to head (974c052). Report is 4 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #561 +/- ## ============================================= - Coverage 97.552% 97.510% -0.042% ============================================= Files 34 36 +2 Lines 4331 4379 +48 ============================================= + Hits 4225 4270 +45 - Misses 106 109 +3 ``` | [Files](https://app.codecov.io/gh/codezonediitj/pydatastructs/pull/561?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=codezonediitj) | Coverage Δ | | |---|---|---| | [pydatastructs/trees/binary\_trees.py](https://app.codecov.io/gh/codezonediitj/pydatastructs/pull/561?src=pr&el=tree&filepath=pydatastructs%2Ftrees%2Fbinary_trees.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=codezonediitj#diff-cHlkYXRhc3RydWN0cy90cmVlcy9iaW5hcnlfdHJlZXMucHk=) | `97.621% <100.000%> (-0.245%)` | :arrow_down: | [![Impacted file tree graph](https://app.codecov.io/gh/codezonediitj/pydatastructs/pull/561/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://app.codecov.io/gh/codezonediitj/pydatastructs/pull/561?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=codezonediitj)