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 kruskal algorithm #184

Merged
merged 5 commits into from
Mar 21, 2020

Conversation

czgdp1807
Copy link
Member

References to other Issues or PRs or Relevant literature

#137

Brief description of what is fixed or changed

Following changes have been made,

  • Adding parallel kruskal algorithm
  • Allowed custom comparator in merge_sort_parallel
  • Allowed, len(array_object)

Other comments

@codecov
Copy link

codecov bot commented Mar 21, 2020

Codecov Report

Merging #184 into master will increase coverage by 0.034%.
The diff coverage is 100.000%.

@@              Coverage Diff              @@
##            master      #184       +/-   ##
=============================================
+ Coverage   96.829%   96.864%   +0.034%     
=============================================
  Files           24        24               
  Lines         1798      1818       +20     
=============================================
+ Hits          1741      1761       +20     
  Misses          57        57               
Impacted Files Coverage Δ
pydatastructs/graphs/__init__.py 100.000% <ø> (ø)
pydatastructs/trees/binary_trees.py 96.951% <ø> (ø)
pydatastructs/graphs/algorithms.py 100.000% <100.000%> (ø)
pydatastructs/linear_data_structures/algorithms.py 100.000% <100.000%> (ø)
pydatastructs/linear_data_structures/arrays.py 100.000% <100.000%> (ø)

Impacted file tree graph

@czgdp1807 czgdp1807 merged commit fe1f3a2 into codezonediitj:master Mar 21, 2020
@czgdp1807 czgdp1807 deleted the kruskal_parallel branch March 21, 2020 14:31
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