-
Notifications
You must be signed in to change notification settings - Fork 20k
MinHeap and MaxHeap realisations are broken #3158
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
Comments
This issue could be a good_first_issue for newcomers. I'm not pretend to solve it by myself 😄 |
@Boiarshinov Sir, I am new to the Open Source contribution, can you assign me the issue if no one is working on the issue? |
@siriak Thanks for assigning me the issue. Can you please help me know this issue better and steps I need to follow to make contribution? |
You need to make a fork of this repo, then make changes in it, and then make a pull request from your fork to this repo |
@siriak Thanks for the help. |
@siriak I have made the changes to the code but when I try to run it, I am facing some dependencies issue. Can you please help me out with it? |
MinHeap and MaxHeap implementation are broken.
Instance of these heaps couldn't be instanciated with any not empty list of elements.
Here is a test code to reproduce:
Stacktrace:
The text was updated successfully, but these errors were encountered: