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
- Host: GitHub
- URL: https://github.com/wkrzywiec/algorithms-python
- Owner: wkrzywiec
- License: mit
- Created: 2020-02-16T10:20:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-21T12:40:31.000Z (almost 5 years ago)
- Last Synced: 2025-03-21T08:48:40.484Z (7 months ago)
- Topics: algorithms, python, python3, unittest
- Language: Python
- Size: 28.3 KB
- Stars: 7
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Algorithms in Python
 [](https://codecov.io/gh/wkrzywiec/algorithms-python) [](https://www.codefactor.io/repository/github/wkrzywiec/algorithms-python) [](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