kokobillsoft / BuildingMaket

0 stars 0 forks source link

Prime Numbers #6

Open AlexisK opened 6 years ago

AlexisK commented 6 years ago

Implement a function calculatePrime(n) that calculates n-th prime number (https://en.wikipedia.org/wiki/Prime_number). It should have a good performance.