-
Notifications
You must be signed in to change notification settings - Fork 269
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
Bricksort parallel implemented #221
Conversation
Co-Authored-By: Gagandeep Singh <[email protected]>
Co-Authored-By: Gagandeep Singh <[email protected]>
Co-Authored-By: Gagandeep Singh <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #221 +/- ##
=============================================
+ Coverage 97.123% 98.562% +1.439%
=============================================
Files 24 24
Lines 2016 2087 +71
=============================================
+ Hits 1958 2057 +99
+ Misses 58 30 -28
|
I have made some suggestions. Using
The suggestions pass |
I get it, working on it now |
good to go? @czgdp1807 |
References to other Issues or PRs or Relevant literature
Fixes #129
Brief description of what is fixed or changed
Thread based bricksort implemented
Other comments