codezonediitj / pydatastructs

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

Backport 0.0.1 #430

Closed czgdp1807 closed 2 years ago

czgdp1807 commented 2 years ago

References to other Issues or PRs or Relevant literature

Brief description of what is fixed or changed

Other comments

codecov[bot] commented 2 years ago

Codecov Report

Merging #430 (714586b) into master (2a89817) will decrease coverage by 0.077%. The diff coverage is 88.888%.

@@              Coverage Diff              @@
##            master      #430       +/-   ##
=============================================
- Coverage   98.629%   98.551%   -0.078%     
=============================================
  Files           29        29               
  Lines         3649      3660       +11     
=============================================
+ Hits          3599      3607        +8     
- Misses          50        53        +3     
Impacted Files Coverage Δ
pydatastructs/graphs/graph.py 100.000% <ø> (ø)
pydatastructs/linear_data_structures/arrays.py 100.000% <ø> (ø)
...ucts/miscellaneous_data_structures/sparse_table.py 97.058% <ø> (-0.085%) :arrow_down:
pydatastructs/graphs/adjacency_matrix.py 97.916% <80.000%> (-2.084%) :arrow_down:
pydatastructs/graphs/adjacency_list.py 98.000% <83.333%> (-2.000%) :arrow_down:
docs/source/conf.py 100.000% <100.000%> (ø)
pydatastructs/__init__.py 100.000% <100.000%> (ø)
...tructs/miscellaneous_data_structures/algorithms.py 93.750% <100.000%> (-2.084%) :arrow_down:

Impacted file tree graph