-
Notifications
You must be signed in to change notification settings - Fork 312
brick_sort implemented #207
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #207 +/- ##
=============================================
+ Coverage 96.897% 96.924% +0.027%
=============================================
Files 24 24
Lines 1934 1951 +17
=============================================
+ Hits 1874 1891 +17
Misses 60 60
|
Co-Authored-By: Gagandeep Singh <[email protected]>
Co-Authored-By: Gagandeep Singh <[email protected]>
Co-Authored-By: Gagandeep Singh <[email protected]>
so is it ready to merge now? @czgdp1807 |
Tests should be updated. Common tests should be used for all sorting algorithms. The function, def test_merge_sort_parallel():
_test_common_sort(merge_sort_parallel) |
sure sounds good, and while we are at it I also feel that we should put the algorithms under their own module. |
Or testing function for parallel and non parallel algorithms can be separated(array(s) used in testing should be same, only |
Well, every |
I get it, and I have felt the same while I was working on it... so this is the proposal:
|
Every parallel algorithm has |
take a look at it please. |
References to other Issues or PRs or Relevant literature
#129
Brief description of what is fixed or changed
Other comments