Damien George
|
6c7e78de72
|
py/pairheap: Add helper function to initialise a new node.
|
2020-03-26 01:21:04 +11:00 |
Damien George
|
c47a3ddf4a
|
py/pairheap: Properly unlink node on pop and delete.
This fixes a bug in the pairing-heap implementation when nodes are deleted
with mp_pairheap_delete and then reinserted later on.
|
2020-03-26 01:21:04 +11:00 |
Damien George
|
69661f3343
|
all: Reformat C and Python source code with tools/codeformat.py.
This is run with uncrustify 0.70.1, and black 19.10b0.
|
2020-02-28 10:33:03 +11:00 |
Damien George
|
fe203bb3e2
|
py/pairheap: Add generic implementation of pairing heap data structure.
|
2020-01-22 17:31:18 +11:00 |