/fibonacciheaps

A sandbox for playing with binary heap, binomial heap and Fibonacci heap

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Play with Fibonacci heaps

Please find a sandbox/playground to play with Fibonacci heaps, a data structure for implementing a priority queue. As it makes the most, the tool may also illustrate a binary heap, a binomial heap.

Features

  • Move nodes and connect nodes
  • Add new node by clicking at the top of the screen or pressing enter
  • Delete a node by moving it at the top of the screen
  • Marking nodes by clicking with the right button

Screenshot

image