An open API service indexing awesome lists of open source software.

https://github.com/wkrzywiec/algorithms-python

Set of solutions of classic algorithmic problems written in Python
https://github.com/wkrzywiec/algorithms-python

algorithms python python3 unittest

Last synced: 7 months ago
JSON representation

Set of solutions of classic algorithmic problems written in Python

Awesome Lists containing this project

README

          

# Algorithms in Python
![Python Workflow](https://github.com/wkrzywiec/algorithms-python/workflows/Python%20Workflow/badge.svg) [![codecov](https://codecov.io/gh/wkrzywiec/algorithms-python/branch/master/graph/badge.svg)](https://codecov.io/gh/wkrzywiec/algorithms-python) [![CodeFactor](https://www.codefactor.io/repository/github/wkrzywiec/algorithms-python/badge)](https://www.codefactor.io/repository/github/wkrzywiec/algorithms-python) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

This is a set of solutions of classic algorithmic problems written in Python.

## Usage

In order to run all tests use following command:
```python
pytest -p no:cacheprovider
```

### Prerequsites

All the algorithms were created and tested with following versions:

* Python v3.8
* Pytest v5.3.5