adityaarakeri / Interview-solved

🌴 Solutions to few of the interview coding challenges in Python 🐍
MIT License
40 stars 62 forks source link

Added a "calculate pi" interview question #83

Closed antonroesler closed 3 years ago

antonroesler commented 3 years ago

This is an interesting and famous interview question. Estimate pi given a random number generator.