Costa Rica
This repository contains a text compression and decompression algorithm implemented in Python. The algorithm is based on replacements and involves several scripts to perform different tasks.
Here is a brief description of each script:
- escribe_archivo.py: This script is used to write the input text file.
- Leer_archivo.py: This script is used to read the input text file.
- reemplazo.py: This script performs the replacement operation based on the frequency of words.
- tabulacion_cambios.py: This script creates a table of replacements in a separate file.
- leer_tabulacion_cambios.py: This script reads the table of replacements.