Skip to content

korotindev/huffman_code

Repository files navigation

$> git clone [email protected]:korotindev/huffman_code.git
$> docker-compose build
$> docker-compose run --rm app bash
vscode ➜ / $ cd workspace/
vscode ➜ / $ make
vscode ➜ / $ make test

Or you can use Remote-Containers extension in VSCode (see .devcontainer folder)

make will produce 3 files:

  • build/encode see help (just run it)
  • build/decode see help (just run it)
  • build/test runs by make test

Note: I've tested it only inside docker but you can try to build and run it locally :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published