[issue44591] Added man heap push

2021-07-09 Thread Ritav Das


New submission from Ritav Das :

Added a heap push method for the max heap invariant and added try except block 
at the end so the user can import that function from the library.

--
components: Windows
messages: 397197
nosy: paul.moore, ritavdas, steve.dower, tim.golden, zach.ware
priority: normal
pull_requests: 25627
severity: normal
status: open
title: Added man heap push
type: enhancement
versions: Python 3.9

___
Python tracker 
<https://bugs.python.org/issue44591>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue44591] Added max heap push

2021-07-09 Thread Ritav Das


Change by Ritav Das :


--
title: Added man heap push -> Added max heap push

___
Python tracker 
<https://bugs.python.org/issue44591>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue44591] Added max heap push

2021-07-09 Thread Ritav Das


Ritav Das  added the comment:

But why not? It's plays a very pivotal role when in competitive coding and 
solving python coding questions in general.

Making them public would help thousands of fellow coders like me by making this 
process more convenient.

--
resolution: rejected -> later
status: closed -> pending

___
Python tracker 
<https://bugs.python.org/issue44591>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue44591] Added max heap push

2021-07-09 Thread Ritav Das


Change by Ritav Das :


--
resolution: later -> rejected
status: pending -> closed

___
Python tracker 
<https://bugs.python.org/issue44591>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com