Posted by: helpjava11 August 19, 2015
Programming Challenge
Login in to Rate this Post:     0       ?        
For all the programmers out there, I'm throwing out a challenge. Who ever got the best result will get Sajha Programmer Award. lol
Here's the challenge.
Using any programming language, find out the largest nth prime in under 60 seconds.
Which means: you have to write a most efficient code to compute the largest prime within the limit of 1 minute. (For example: give input of 100000. code has to compute 1,00,000th prime number which is 1,299,709. But it has to finish the execution under 60 second. )

Read Full Discussion Thread for this article