Skip to content

Implementation of the Huffman algorithm (static and dynamic) in Java

Notifications You must be signed in to change notification settings

rinas-ink/HuffmanArchiver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Huffman Archiver

School project created during programming lessons in spring 2021.

Description

This is implementation of the Huffman algorithm (static and dynamic) in Java.

Files Archiver.java and Unarchiver.java contain code for static algorithm.

Files DymanicArchiver.java and DynamicUnarchiver.java contain code for dynamic algorithm.

HuffmannTree.java contains function which builds Huffmann tree for the both types of archivers.

There are usage examples of each algorithm in main functions in corresponding files.

About

Implementation of the Huffman algorithm (static and dynamic) in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages