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 merge sort #177

Merged
merged 2 commits into from
Mar 19, 2020

Conversation

czgdp1807
Copy link
Member

References to other Issues or PRs or Relevant literature

Fixes #128

Brief description of what is fixed or changed

Other comments

@codecov
Copy link

codecov bot commented Mar 19, 2020

Codecov Report

Merging #177 into master will increase coverage by 0.078%.
The diff coverage is 100.000%.

@@              Coverage Diff              @@
##            master      #177       +/-   ##
=============================================
+ Coverage   96.735%   96.813%   +0.078%     
=============================================
  Files           23        24        +1     
  Lines         1746      1789       +43     
=============================================
+ Hits          1689      1732       +43     
  Misses          57        57               
Impacted Files Coverage Δ
pydatastructs/linear_data_structures/__init__.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 a20e4e5 into codezonediitj:master Mar 19, 2020
@czgdp1807 czgdp1807 deleted the merge_sort_parallel branch March 23, 2020 14:30
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.

Parallel merge sort
1 participant