codezonediitj / pydatastructs

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

Made the API of ``RangeQueryStatic`` consistent #425

Closed czgdp1807 closed 2 years ago

czgdp1807 commented 2 years ago

References to other Issues or PRs or Relevant literature

Closes https://github.com/codezonediitj/pydatastructs/issues/422 Closes https://github.com/codezonediitj/pydatastructs/issues/409

Brief description of what is fixed or changed

Other comments

codecov[bot] commented 2 years ago

Codecov Report

Merging #425 (3d1824a) into 0.0.1-alpha (94e96a2) will decrease coverage by 0.027%. The diff coverage is 100.000%.

@@                Coverage Diff                @@
##           0.0.1-alpha      #425       +/-   ##
=================================================
- Coverage       98.523%   98.495%   -0.028%     
=================================================
  Files               29        29               
  Lines             3657      3656        -1     
=================================================
- Hits              3603      3601        -2     
- Misses              54        55        +1     
Impacted Files Coverage Δ
...ucts/miscellaneous_data_structures/sparse_table.py 97.058% <ø> (-0.085%) :arrow_down:
...tructs/miscellaneous_data_structures/algorithms.py 93.750% <100.000%> (-2.084%) :arrow_down:

Impacted file tree graph