Skip to content

A file compressor/decompressor app implementing Huffman Coding, the compression algorithm used in ZIP file formats

Notifications You must be signed in to change notification settings

chris-newton/file-zipper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A fault-tolerant implementation of the Huffman Coding algorithm, the primary compression algorithm used in ZIP file formats. GUI built with JavaFX allows the user to choose files from their system to be compressed and/or decompressed. This project incorporated a number of programming problem areas, including:

  • data structures (the Huffman tree algorithm)
  • Serialization (writing and reading compressed representations to and from txt files)
  • UI/UX design (the GUI)

About

A file compressor/decompressor app implementing Huffman Coding, the compression algorithm used in ZIP file formats

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published