Collection of data structures and algorithms in python.
Effort has been made to include as much comments as possible in each source code file.
Tests should be run from the command line, in the repository root.
To run all test cases:
pytest
Coverage is pre-configured and will be available in the test report.