-
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
Updated object to class name #57 #63
Conversation
Codecov Report
@@ Coverage Diff @@
## master #63 +/- ##
=========================================
Coverage ? 98.17%
=========================================
Files ? 19
Lines ? 1257
Branches ? 0
=========================================
Hits ? 1234
Misses ? 23
Partials ? 0
|
Make the changes at the following place as well,
|
But Binary heap is not inheriting any other class than object class itself! |
Well, then we need to make it inherit, |
Thanks. Merging. |
fixes #57
Brief description of what is fixed or changed
Replaced lines having object.new to base class name new..
Other comments