Fibonacci Heap
A new, pure Ruby implementation of the Fibonacci heap data structure ideal for use as a priority queue to speed up Dijkstra’s algorithm: https://github.com/mudge/fibonacci_heap
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
A new, pure Ruby implementation of the Fibonacci heap data structure ideal for use as a priority queue to speed up Dijkstra’s algorithm: https://github.com/mudge/fibonacci_heap
Post a comment