Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 262 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 262 Bytes

What is it

Python implementation of search and sort algorithms, and data structures.

All functions have basic test coverage.

Testing

Test libraries installation

pip3 install pipenv

pipenv install

Running Tests

pipenv run pytest-watch