Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 348 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 348 Bytes

algorithm-python

__author__ = "HerryZhang"
__coauthor__ = "Micheal Gardner"

quickstart

pip install -U poetry
cd this-repo-dir/
poetry install
poetry shell
poetry run pytest

##Git

git fetch origin
git rebase origin/master
git checkout -b algo-ch16
git diff
git add -A
git commit -am "modify readme"
git push