◐ Shell
clean mode source ↗

GitHub - jtryan/algorithms: Algorithms + Data Structures Implemented in Python

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

algorithms

Algorithms implemented in Python

Testing

To run the unit tests included in this project, navigate to the tests directory and run the following command:

python -m unittest discover

All of the tests will be run automatically.