This project contains a Maxheap java implementation and its visualization using javafx.
More info here.
Running the code will generate the file /tmp/maxheap.png
.
sbt run
Example of a randomly generated heap with 31 nodes.
Running tests
sbt test
The code has been written with jdk8 including javafx.
If you're running sdkman.
sdk install java 8.0.232.fx-zulu
sdk use java 8.0.232.fx-zulu