Skip to content

Creates a huffman code from a users string input (CS 325 2021)

Notifications You must be signed in to change notification settings

ajpert/Huffman-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Huffman-code

Creates a huffman code from a users string input (CS 325 2021)
please run with c++ 11 g++ -std=c++11 your_file.cpp -o your_program
enter a string when prompted
This program will construct a huffman tree, and from that, a frequency table and encoding table
It will show the encoded string, and use that encoding to decode the word back to show it works.

About

Creates a huffman code from a users string input (CS 325 2021)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages