Skip to content

tuan-november/CodeSamples-CPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Data Compression - C++ Code Samples

Written by Tuan Anh Nguyen - Software Engineer www.MyAIvisions.com Copyright - Dec 7, 2014

Description: This featured program compresses and encodes a string of characters into a series of 0s and 1s. It can also decompresses and decodes a series of 0s and 1s back to the original characters. The compression demonstrates the Huffman's Encoding Algorithm. The more frequently a character is used in the string, the more space-efficient the algorithm is.

About

C++ Code Samples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages