codezonediitj / pydatastructs

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

Adding backend to pydatastructs APIs #435

Closed czgdp1807 closed 2 years ago

czgdp1807 commented 2 years ago

References to other Issues or PRs or Relevant literature

Closes #433

Brief description of what is fixed or changed

Other comments

cc: @HarshCasper

codecov[bot] commented 2 years ago

Codecov Report

Merging #435 (bc73e51) into master (64bb29b) will increase coverage by 0.031%. The diff coverage is 100.000%.

@@              Coverage Diff              @@
##            master      #435       +/-   ##
=============================================
+ Coverage   98.551%   98.583%   +0.031%     
=============================================
  Files           29        29               
  Lines         3660      3741       +81     
=============================================
+ Hits          3607      3688       +81     
  Misses          53        53               
Impacted Files Coverage Δ
pydatastructs/utils/__init__.py 100.000% <ø> (ø)
pydatastructs/__init__.py 100.000% <100.000%> (ø)
pydatastructs/graphs/adjacency_list.py 98.000% <100.000%> (ø)
pydatastructs/graphs/adjacency_matrix.py 97.916% <100.000%> (ø)
pydatastructs/graphs/algorithms.py 99.502% <100.000%> (+0.011%) :arrow_up:
pydatastructs/graphs/graph.py 100.000% <100.000%> (ø)
pydatastructs/linear_data_structures/algorithms.py 99.731% <100.000%> (+0.011%) :arrow_up:
pydatastructs/linear_data_structures/arrays.py 100.000% <100.000%> (ø)
...datastructs/linear_data_structures/linked_lists.py 99.197% <100.000%> (+0.006%) :arrow_up:
...tructs/miscellaneous_data_structures/algorithms.py 94.000% <100.000%> (+0.250%) :arrow_up:
... and 12 more

Impacted file tree graph