/data-structure

data structure in python language, just for learn and practice

Primary LanguagePythonMIT LicenseMIT

data-structure

a simple python project

usage

install editable

pip install -e .

build

pip install build
python -m build

test

pip install pytest
pytest