Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Description

By listing the first six prime numbers: 2, 3, 5, 7, 11, and 13, we can see that the 6th prime is 13.

Exercise

What is the 10.001st prime number?

Solution

You can find the algorithm to solve this challenge inside challenge.cpp

Click here to see the result!

Result is: 104,743