codezonediitj / pydatastructs

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

Fixed kahn's topological sort and added parallel topological sort #288

Closed czgdp1807 closed 4 years ago

czgdp1807 commented 4 years ago

References to other Issues or PRs or Relevant literature

Brief description of what is fixed or changed

Other comments

codecov[bot] commented 4 years ago

Codecov Report

Merging #288 into master will decrease coverage by 0.023%. The diff coverage is 97.560%.

@@              Coverage Diff              @@
##            master      #288       +/-   ##
=============================================
- Coverage   98.801%   98.778%   -0.024%     
=============================================
  Files           23        23               
  Lines         2504      2537       +33     
=============================================
+ Hits          2474      2506       +32     
- Misses          30        31        +1     
Impacted Files Coverage Δ
pydatastructs/graphs/__init__.py 100.000% <ø> (ø)
pydatastructs/graphs/algorithms.py 99.408% <97.560%> (-0.264%) :arrow_down:

Impacted file tree graph