Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
pilooch
on July 7, 2014
|
parent
|
context
|
favorite
| on:
Dijkstra’s algorithm and the Fibonacci heap
Fibonacci heaps are very interesting beasts, but implementation is slightly complicated. For C++ developers there's one in Boost that is not so easy to use quickly.
I've recently put an alternative one in C++11 here:
https://github.com/beniz/fiboheap
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
I've recently put an alternative one in C++11 here: https://github.com/beniz/fiboheap