/EncoderDecoder_python

This repository contains a Python program for encoding and decoding text messages using a custom alphabet generated from the frequency of characters in a given text file. It leverages a priority queue (heap) implementation to efficiently process and transform text messages.

Primary LanguagePython

No issues in this repository yet.