University task: Implement Cesar, Polybius, Rail Fence algorithms
projecte/ Top-level packag
.circleci/
config.yml
algorithms/ Subpackage
__init__.py
cesar.py Class
polybius.py
rail_fence.py
defs/ Subpackage defs
__init__.py
alphabets.py alphabets
utils/ Utilitys
__init__.py
matrix_operations.py list utilitys
tests/
test_algorithms.py Tests cesar, polybius and rail fence encr/decr
test_utils.py Tests utils/