Skip to content

advanced-data-structures-2024-25-prime-numbers-again-PrimeNumbersAgain created by GitHub Classroom

Notifications You must be signed in to change notification settings

eahs/prime-numbers-again-KingGabriel07

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Prime Numbers Again

Create a console app to find the first 1000 prime numbers. A prime number is a number that is only divisible by itself and the number one. Simple right? However, what I'm really interested in is how quickly you can find the nth prime number.

To pass this assignment you must prompt the user for the nth prime (where n < 2000000) and your code must produce the correct result in 10 seconds or less.

About

advanced-data-structures-2024-25-prime-numbers-again-PrimeNumbersAgain created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%