sukritishah15 / DS-Algo-Point

This repository contains codes for various data structures and algorithms in C, C++, Java, Python, C#, Go, JavaScript, PHP, Kotlin and Scala
MIT License
951 stars 290 forks source link

Value of pi by random numbers #491

Open ayushpattnaik opened 4 years ago

ayushpattnaik commented 4 years ago

🚀 Feature

Problem: Estimate the value of pi by generating random numbers *Note- You can't use trigonometric functions

Have you read the Contribution Guidelines?

Yes

Pitch

This is an interesting and challenging question for all the coders.

Assignees

@ayushpattnaik - C++ @Arihant416 - Python @Hitansh159 - Java @cr33dx - Golang

ayushpattnaik commented 4 years ago

Kindly assign me this for C++

Arihant416 commented 4 years ago

Indeed an interesting problem @ayushpattnaik. I'd like to contribute a solution in python, kindly assign me for Python,

Hitansh159 commented 4 years ago

Assign me in python If not then I can work in java as well

sukritishah15 commented 4 years ago

@ayushpattnaik - C++ @Arihant416 - Python @Hitansh159 - Java

Assigned

cr33dx commented 4 years ago

can this be assigned to me for golang?

arnav-roy commented 4 years ago

@cr33dx - Golang Assigned.

ayushpattnaik commented 4 years ago

@arnav-roy kindly review the time complexity and space complexity of code

ayushpattnaik commented 4 years ago

@arnav-roy I have added the proper notations. Please merge it.

Hitansh159 commented 4 years ago

please check @arnav-roy my PR #555 let me know if any changes required

Arihant416 commented 4 years ago

@arnav-roy kindly check my pr #636, please let me know if I need to make changes :) Sorry for the delay