Implementations of coding algorithms for a university course with PHP 8.3
| Algorithm |
|---|
| Shannon |
- Docker version >= 25.0.3
- Docker Compose version >= v2.24.5-desktop.1
git@github.com:forest-chan/coding-theory-2025.git
cd coding-theory-2025
make build
make up- Run all coding algorithms test cases:
make run-all- Run Shannon algorithm test cases:
make run-shannon