fix pytest warnings https://stackoverflow.com/questions/50504500/deprecationwarning-invalid-escape-sequence-what-to-use-instead-of-d
https://github.com/maaslalani/nap
Algorithms from:
including implementations of:
- search: binary, breadth-first, Dijkstra
 - sort: quick, selection
 
because:
- install dependencies - 
poetry install - install Git hooks - 
make hooks - everything else - 
make help 
======================================================================
📊 CODE QUALITY
repl:       open REPL w/ bpython
test:       run unit tests, view basic coverage report in terminal
cov:        view HTML coverage report in browser
lint:       lint using flake8
fmt:        autoformat using black
hooks:      set Git hooks w/ pre-commit
📦 DEPENDENCIES
env:        show environment info
deps:       list prod dependencies
======================================================================