Skip to content

Latest commit

 

History

History
72 lines (58 loc) · 8.65 KB

README.md

File metadata and controls

72 lines (58 loc) · 8.65 KB

Build Status License: MIT

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! :)