Skip to content

• Implemented Greedy algorithm for generating Huffman tree • Sorted frequencies using Shell Sort algorithm • Engineered it to compress any book or text file

Notifications You must be signed in to change notification settings

nishanttomar21/Compression-Using-Huffman-Coding-Lossless-Data-Compression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • Developed a text compression utility utilising a Huffman coding approach.

  • Implemented the Greedy algorithm to efficiently construct the optimal Huffman tree for symbol representation.

  • Optimised the symbol encoding process by employing the Shell Sort algorithm to sort symbol frequencies in descending order.

  • Skills:

    • Java
    • Git

About

• Implemented Greedy algorithm for generating Huffman tree • Sorted frequencies using Shell Sort algorithm • Engineered it to compress any book or text file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages