-
Notifications
You must be signed in to change notification settings - Fork 312
Heapsort #243
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
Heapsort #243
Conversation
Codecov Report
@@ Coverage Diff @@
## master #243 +/- ##
=============================================
- Coverage 98.575% 98.546% -0.029%
=============================================
Files 24 24
Lines 2106 2202 +96
=============================================
+ Hits 2076 2170 +94
- Misses 30 32 +2
|
Please add doc strings as well. |
Co-Authored-By: Gagandeep Singh <[email protected]>
Should we add |
Ignore this thing. The algorithm itself is fixed since it uses a fixed type of heap. |
don't you think that comp should be added in heap also, since we already have a class attribute |
I am not sure if accessing |
lets leave it then |
Is it ok to merge? |
Co-Authored-By: Gagandeep Singh <[email protected]>
anything to update in this? @czgdp1807 |
References to other Issues or PRs or Relevant literature
Fixes #107
Brief description of what is fixed or changed
Used min heap to make heapsort.
Passes all tests.
Other comments