summaryrefslogtreecommitdiff
path: root/networkx/utils/heaps.py
Commit message (Expand)AuthorAgeFilesLines
* Update linters (#6006)Jarrod Millman2022-09-301-1/+1
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-0/+1
* Rm _inherit_doc - default behavior as of Python 3.5. (#5416)Ross Barnowski2022-03-251-18/+0
* Format w/ black==20.8b1Jarrod Millman2020-10-061-22/+11
* Format w/ blackJarrod Millman2020-07-101-7/+11
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-4/+4
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-5/+0
* Replacing `Return` to `Returns` in docs for functions (#3301)Moradnejad2019-02-181-5/+5
* Pep8 fixesJarrod Millman2018-01-201-0/+1
* Reduce constant factor in BinaryHeapysitu2014-04-201-16/+6
* Fix bug that capacity_scaling does not saturate negative selfloopsysitu2014-04-201-6/+14
* Allow BinaryHeap to handle incomparable keysysitu2014-04-161-6/+12
* Comment implementation of BinaryHeapysitu2014-04-051-11/+18
* Implement parent pointers in PairingHeapysitu2014-04-051-18/+30
* Add Stoer-Wagner minimum cut algorithmysitu2014-04-031-0/+345