Skip to content

pitriq/encoder-decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

encodeitdecodeit

A little c++ script wich encodes/decodes input based on a dictionary.

Its only purpose is to be as 🔥 BLAZING FAST 🔥 as possible.

Made with ❤ for the Algorithms & Data Structures course at UCC.

Usage

To run it, simply use these commands

docker build -t encoder-decoder .
docker run --rm -v {files_dir}:/app/files -v $(pwd):/app/output/ encoder-decoder \
    [-d/-c] -i {input_filename} -o {output_filename} -l {dictionary_file}    

This will run the script and leave behind an html file with some performance information in the directory you ran it.

About

An encoder wich encodes. It also decodes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors