Skip to content

NikosNikolopoulos/StringCompressionMethods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

Programming Assignment on String Compression Methods

The tasks listed bellow are tackled using BlueJ (an integrated development environment for Java).

  1. Write an encoder and decoder in Java for Huffman's static algorithm.
  2. Write an encoder and decoder in Java for dynamic self-adaptive Huffman coding.
  3. Write an encoder and decoder in Java for the LZ77 method and [optionally] for the LZ78 and LZW methods.
  4. Experimentally study the time required to run the above algorithms and their compression performance.

A more detailed markdown file can be found here.

Releases

No releases published

Packages

No packages published

Languages