Skip to content

Given a text, how to reduce the amount of space required to store a character?

Notifications You must be signed in to change notification settings

singhnikhiljsr/Implemented-Huffman-Coding-for-Text-Compression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Implemented-Huffman-Coding-for-Text-Compression

Given a text, how to reduce the amount of space required to store a character?

The frequency of Individual letters is used to decode each character into 0's and 1's (uniquely) such that it requires less space since Memory is precious.

INPUT

Input_ss

OUTPUT

Output_ss

About

Given a text, how to reduce the amount of space required to store a character?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages