| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-03-26 | py/pairheap: Properly unlink node on pop and delete. | Damien George | |
| This fixes a bug in the pairing-heap implementation when nodes are deleted with mp_pairheap_delete and then reinserted later on. | |||
| 2020-02-28 | all: Reformat C and Python source code with tools/codeformat.py. | Damien George | |
| This is run with uncrustify 0.70.1, and black 19.10b0. | |||
| 2020-01-22 | py/pairheap: Add generic implementation of pairing heap data structure. | Damien George | |
