dhrubach / python-code-recipes

collection of data structures and algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-code-recipes

License: MIT Build codecov

Collection of data structures and algorithms in python.

Effort has been made to include as much comments as possible in each source code file.

Running test cases

Tests should be run from the command line, in the repository root.

Pytest

To run all test cases:

pytest

Coverage is pre-configured and will be available in the test report.

About

collection of data structures and algorithms

License:MIT License


Languages

Language:Python 100.0%