Skip to content

dberg/max-heap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maxheap

This project contains a Maxheap java implementation and its visualization using javafx.

More info here.

Development

Running the code will generate the file /tmp/maxheap.png.

sbt run

Example of a randomly generated heap with 31 nodes.

maxheap

Running tests

sbt test

Requirements

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

Releases

No releases published

Packages

No packages published