A repository for small time code and to store as a collection
Python
P1: Find the expected value of n such that
xi is a random element from [0,1]
Sum xi upto n is >=1 And Sum xi upto (n-1) is < 1
In other words, Find the expected number of numbers you need to choose in order to get a sum just greater than 1
P2: Rugved task alloted to get familiar with numpy, pandas and matplotlib libraries.