• Stars
    star
    204
  • Rank 185,700 (Top 4 %)
  • Language
    Python
  • License
    MIT License
  • Created about 5 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Collection of Algorithms implemented in Python

Build Status License: MIT codecov

Algorithms Collection Python

Whenever I face an interesting problem I document the algorithm that I learned to solve it. The goals of this repository is to have clean, efficient and most importantly correct code.

✅: If the algorithm is tested
🔺: If the algorithm is untested

Dynamic Programming

Graph theory

Mathematics

Algebra

Number Theory

Cryptography

Numerical Methods

Other

Sorting algorithms

Contributing

I appreciate feedback on potential improvements and/or if you see an error that I've made! Also if you would like to contribute then do a pull request with algorithm & tests! :)