This repository is for the data structures and algorithms project course for Helsinki University. The project implements the Huffman and Lempel-Ziv-Welch (LZW) algorithms.
The current project is implemented in Java 11 and requires JavaFX component as well as Maven (project is build with Maven). Unit tests are performed with JUnit.