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 runExample of a randomly generated heap with 31 nodes.
Running tests
sbt testThe 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