A collection of data structures and algorithms in Python with applications in mobile and web applications. Includes ports to other languages, such as Java and TypeScript.
cd py_algos
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
cd py_algos
python -m build .
# or build with Hatch
hatch build .
cd py_algos
pip install .
pytest
cd py_algos
twine upload --repository testpypi dist/*