flex-algo

Data structures and algorithms


License
MIT
Install
pip install flex-algo==0.0.6

Documentation

This package includes the most common used data structures and algorithms in python

Install the package

pip install flex-algo

Publish to PyPI

pip install --upgrade build
pip install --upgrade twine

python -m build
python -m twine upload dist/*

Test the package

pip install -e .
pytest tests/*