Python library to learn and practice data structures.
Here is install example:
git clone git@github.com:ademyanchuk/dspy.git
cd
into cloned folder andpip install
it
You don't want to use data structures implemented here. This repository is for learning purposes only.
- perhaps use virtual environment
- you may want to change
.gitignore
file according to your needs - to use
pre-commit
runpre-commit install
once, you may want to update or add hooks (pre-commit autoupdate
) - update LICENSE
- read to use
MANIFEST.in
- update
setup.cfg