Project Euler 7 - 10001st Prime
Project Euler 7 - 10001st Prime
Official link: https://projecteuler.net/problem=7
Thought Process
Thought Process
Using my prime generator function this is trivial, I highly recommend you read the following pages to understand how to build your own prime generator function as it will be used time and time again:
Interactive Code
Interactive Code
Input an integer (yourinput)
Code will output the yourinput-th prime