/algorithms-python

Python implementations of common algorithms and data structures.

Primary LanguagePython

algorithms-python

Python implementations of common algorithms and data structures.

Usage

To install locally for development:

pip install -e .

To run tests:

python -m unittest discover

TODO

  • Make tests
  • Clean up old __main__ logic