Skip to content

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

Notifications You must be signed in to change notification settings

Akgop/Context-Adaptive-Huffman-Coding-2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Context-Adaptive-Huffman-Coding

Huffman Encoder & Decoder.

Encoder.cpp converts input.txt to context_adaptive_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_X.txt files and compile encoder.cpp. It will create context_adaptive_Huffman_table.hbs & context_adaptive_Huffman_code.hbs
  2. Compile decoder.cpp, and it will create output.txt.
  3. You can check whether input_X.txt and output_X.txt are same or not.

by Akgop/ Kwangwoon Univ.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages