Skip to content

Ishjot/huffman-encoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

huffman-encoding

Huffman encoding with heaps.

A programming assignment by Ishjot Walia and Weikun (James) Zhang at UCSB.

This program will compress a text file using Huffman Encoding, and decode the compressed data back into the original message.

This repository contains two examples, plain.input and encoded.input

Usage:

  1. make
  2. ./prog2

This will print the compressed verison of the text in plain.input and the uncompressed version of the text in encoded.input

About

Huffman encoding with heaps.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published