Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Huffman Coding

Huffman Coding is a widely-used algorithm for lossless data compression. This project implements the Huffman Coding algorithm using the framework developed by Professor Mike Scott. The goal is to efficiently encode and decode data by assigning variable-length codes to input characters based on their frequencies.

Features

  • Compression: The algorithm compresses input data by replacing frequently occurring characters with shorter codes and less frequent characters with longer codes.
  • Decompression: The project includes functionality to decode the compressed data back to its original form.
  • User-Friendly Interface: The framework provides an intuitive interface for encoding and decoding operations, allowing users to easily interact with the program.
  • File I/O: Supports reading from and writing to files, enabling the compression and decompression of large datasets.

Framework Details

This project leverages the framework created by Professor Mike Scott, which provides a robust foundation for implementing data structures and algorithms. The framework includes:

  • Priority Queue: Utilized for efficiently building the Huffman tree.
  • Binary Tree: Facilitates the representation of the Huffman coding tree.

Authors

  • Khanh Van
  • Professor Mike Scott - Univeristy of Texas

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages