Skip to content
forked from maxtors/Huffman

Huffman encoding and decoding using C++

Notifications You must be signed in to change notification settings

nulIptr/Huffman

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This program is simply for me to learn how to work with
binary trees in C++, in the form of Huffman coding.

The goal i decided to go for was: A console based application
that will read a file, perform huffman coding, then save the
result in one data file, and one huffman tabel file. So that
the data can be stored, sent, or maybe used in some other
context.

About

Huffman encoding and decoding using C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%