Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
May 31, 2020

Conversation

czgdp1807
Copy link
Member

References to other Issues or PRs or Relevant literature

Brief description of what is fixed or changed

Other comments

@codecov
Copy link

codecov bot commented May 31, 2020

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%) ⬇️

Impacted file tree graph

@czgdp1807 czgdp1807 merged commit 8c322a4 into codezonediitj:master May 31, 2020
@czgdp1807 czgdp1807 deleted the dfs_top_sort branch May 31, 2020 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant