fibonacci
fibonacci copied to clipboard
A simple C++ fibonacci heap implementation
Results
3
fibonacci issues
Sort by
recently updated
recently updated
newest added
Please, add size() public function to your heap. It would be quite useful.
Hi, Thanks for the code! Can you help in specifying a unique id for each node since in my case there could be several nodes with the same 'value'. I...
I get a segfault if `decreaseKey` is called before `removeMinimum`, because no node has a parent set.