Skip to content

PickleCoop/TCSS342_A4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Author: Evan Cooper

Class: Data Structures (TCSS342, Professor Chris Marriot)

Huffman Encoder Project

This project tasked me with creating a file compression program in Java that will compress text files into .bin files. It uses the Huffman Encoder algorithm to compress the text file. This program also has the capability to count each word that appears in the file and store it into an ordered list. It also uses a binary tree search algorithm for accessing words with their respective count in the ordered list.

About

Data structures assignment 4. Creating a Huffman Encoder to compress given text file into a bin file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages