This repo contains solution for some ToIaC problems:
- Text entropy calculation
- Encoding text (UTF-8) with Huffman algorithm
- Encoding text (UTF-8) with Shannon-Fano algorithm
All files in cmd
directory are executable. You can run this files with --help
flag to understand how to use it or just look at the source code.