franciscorafart / euler7

Project Euler problem 7. First 10001 prime numbers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Euler project problem 7:

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

What is the 10 001st prime number?

To run the program:

  1. Download files
  2. Go to project folder in your terminal
  3. run $node euler7.js
  4. Follow me on github!

About

Project Euler problem 7. First 10001 prime numbers


Languages

Language:JavaScript 100.0%