-
-
Notifications
You must be signed in to change notification settings - Fork 32k
Maxheap version of a heappush #110067
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
Functions with a leading underscore are private -- i.e. Raymond said he's working on public maxheap functions. If you'd like to work on this, perhaps ask if he's still on it. |
Yes, I've still got this. |
@rhettinger 👋 Would you like any help on this? Recently I reached for a max-heap in python and was surprised it didn't exist. Saw this thread and wondered if this is still on anyone's radar, since it was not released with 3.13. |
Anyone still working on it ? |
Is there an update on this, or why it wasn't added @rhettinger ? |
also its been 3 years since maxheap was promised... python/cpython#110067
Co-authored-by: Bénédikt Tran <[email protected]> Co-authored-by: Petr Viktorin <[email protected]>
This can be closed now. I will add some further documentation updates in a follow up. |
You could reuse this issue. |
I had already created #133530, apologies, it just seemed a bit messy to use this one since there is a lot of unrelated comments. |
That works too, especially if the changes aren't all related to max-heaps. (But, I wouldn't close before adding the link to the follow-up.) @rhettinger: Please feel free to reopen if you want (us) to rework or remove the feature. There's time for than until July 28. |
Uh oh!
There was an error while loading. Please reload this page.
Feature or enhancement
Proposal:
Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
conversation on making max heap functions public
Linked PRs
The text was updated successfully, but these errors were encountered: