Skip to content

[Probability and Statistics] 광운대학교 심동규 교수님 확률과 통계 수업 과제. 💾 Entropy Coding: Huffman-Coding by c++

Notifications You must be signed in to change notification settings

Akgop/Huffman-Coding-2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Huffman-Coding

Huffman Encoder & Decoder.

Encoder.cpp converts input.txt to huffman_code.hbs(ASCII to binary). Decoder.cpp converts binary file to output.txt which is original file(input.txt).

How to test.

  1. Create any input.txt file and compile encoder.cpp. It will create Huffman_table.hbs & Huffman_code.hbs
  2. Compile decoder.cpp, and it will create output.txt.
  3. You can check whether input.txt and output.txt are same or not.

by Akgop/ Kwanwoon Univ.

About

[Probability and Statistics] 광운대학교 심동규 교수님 확률과 통계 수업 과제. 💾 Entropy Coding: Huffman-Coding by c++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages