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

Added parallel Prim's algorithm #219

Merged
merged 1 commit into from
Mar 26, 2020

Conversation

czgdp1807
Copy link
Member

References to other Issues or PRs or Relevant literature

Closes #137

Brief description of what is fixed or changed

  • In addition to adding thread based parallel Prim's algorithm, peek property has been added to PriorityQueue

Other comments

@codecov
Copy link

codecov bot commented Mar 26, 2020

Codecov Report

Merging #219 into master will increase coverage by 0.185%.
The diff coverage is 100.000%.

@@              Coverage Diff              @@
##            master      #219       +/-   ##
=============================================
+ Coverage   96.937%   97.123%   +0.185%     
=============================================
  Files           24        24               
  Lines         1959      2016       +57     
=============================================
+ Hits          1899      1958       +59     
+ Misses          60        58        -2     
Impacted Files Coverage Δ
pydatastructs/graphs/algorithms.py 100.000% <100.000%> (ø)
...datastructs/miscellaneous_data_structures/queue.py 100.000% <100.000%> (+1.333%) ⬆️

Impacted file tree graph

@czgdp1807 czgdp1807 merged commit 4dc4c7d into codezonediitj:master Mar 26, 2020
@czgdp1807 czgdp1807 deleted the prim_algo_par branch March 26, 2020 22:09
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.

Adding algorithms for minimum spanning tree
1 participant