aboutsummaryrefslogtreecommitdiff
path: root/py/pairheap.h
AgeCommit message (Expand)Author
2020-03-26py/pairheap: Add helper function to initialise a new node.Damien George
2020-03-26py/pairheap: Properly unlink node on pop and delete.Damien George
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2020-01-22py/pairheap: Add generic implementation of pairing heap data structure.Damien George