Skip to content

Python repository for encoding and decoding an alphabetical string into a series of 1's and 0's and vice-versa via a data file.

Notifications You must be signed in to change notification settings

LukeBeirne/HuffmanAlgorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Huffman Algorithm

Group project that I ended up doing most of the work for

The idea of the python script is to be able to encode and decode a string into a series of 1's and 0's using a separate data file. As it stands, the current python script is very unoptimized and there are bits and pieces that are hard-coded and could easily be improved upon. I plan to come back to this at some point to polish it up, but this is where I have left it at the moment.

About

Python repository for encoding and decoding an alphabetical string into a series of 1's and 0's and vice-versa via a data file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages