Skip to content

jayshah953010/Text-Compressor

Repository files navigation

TextCompressor

Developing a program that compresses input data

Key Features:

  1. Implement Huffman tree using three priority queue data structures binary heap, 4-way cache optimized heap and pairing heaps.
  2. Evaluate performance of each algorithm used to implement three data structures in order to find out best fit to implement Huffman tree.

Language : Java Operating System: Linux Ubuntu

About

Program that compresses the input data using Huffman Algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published