Skip to content
forked from keon/algorithms

Minimal examples of data structures and algorithms in Python

License

Notifications You must be signed in to change notification settings

vkeivan/algorithms

 
 

Repository files navigation

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.

About

Minimal examples of data structures and algorithms in Python

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%