Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 268 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 268 Bytes

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