bhaveshlohana / HacktoberFest2020-Contributions

A beginner-friendly project to help you in open-source contributions. Made specifically for contributions in HACKTOBERFEST 2020! Hello World Programs and Algorithms! Please leave a star ⭐ to support this project! ✨
MIT License
191 stars 1k forks source link

Added some python algorithms #1719

Open gui1612 opened 3 years ago

gui1612 commented 3 years ago

Added a python algorithm for finding pi using the monte carlo method, some data abstraction algorithms and some functional programming algorithms. Each one of them has the proper documentation if it isn't obvious to understand what's the purpose. They are organized as best as possible since they were from a previous project I tried to start, but didn't finish.