/algorithms

Minimal examples of data structures and algorithms in Python

Primary LanguagePythonMIT LicenseMIT

English | 简体中文

Open Source Helpers Build Status Coverage Status

Pythonic Data Structures and Algorithms

Minimal and clean example implementations of data structures and algorithms in Python 3.

Contributing

Thanks for your interest in contributing! There are many ways to contribute to this project. Get started here

Tests

Use unittest

For running all tests write down:

$ python3 -m unittest discover tests

For running some specific tests you can do this as following (Ex: sort):

$ python3 -m unittest tests.test_sort

Use pytest

For running all tests write down:

$ python3 -m pytest tests

List of Implementations

Contributors

The repo is maintained by

And thanks to all the contributors who helped in building the repo.