codezonediitj / pydatastructs

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

Adding C++ backend for `pydatastructs.quick_sort` #482

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 #482 (c518eb9) into master (92c73a4) will increase coverage by 0.001%. The diff coverage is 100.000%.

@@              Coverage Diff              @@
##            master      #482       +/-   ##
=============================================
+ Coverage   98.593%   98.594%   +0.001%     
=============================================
  Files           30        30               
  Lines         3838      3841        +3     
=============================================
+ Hits          3784      3787        +3     
  Misses          54        54               
Impacted Files Coverage Δ
...ydatastructs/linear_data_structures/_extensions.py 100.000% <100.000%> (ø)
pydatastructs/linear_data_structures/algorithms.py 99.782% <100.000%> (+0.001%) :arrow_up:

Impacted file tree graph