/huffmanAlghoritmFx

JavaFx application for encoding messages using the Huffman algorithm and generating the Huffman tree.

Primary LanguageJavaMIT LicenseMIT

huffmanAlghoritmFx

RUN

mvn clean javafx:run

DEPLOY

mvn clean javafx:jlink

Path to the prepared application

target/huffman

Zipped application path

target/huffman.zip

Run application

  • [WINDOWS] huffman/bin/launch.sh.bat
  • [LINUX] huffman/bin/launch.sh

Application screenshot