Complete implementation of both algorithms

Check results
Complete coverage tests
This commit is contained in:
2021-05-25 11:59:24 +02:00
parent 70560506f1
commit 17d44080f5
6 changed files with 112 additions and 52 deletions

View File

@@ -11,9 +11,9 @@ deps: ## Install dependencies
pip install -r requirements.txt
lint: ## Lint and static-check
black cfs
flake8 cfs
mypy cfs
black mfs
flake8 mfs
mypy mfs
push: ## Push code with tags
git push && git push --tags