Ask
your own question, for FREE!
MIT 6.00 Intro Computer Science (OCW)
27 Online
OpenStudy (anonymous):
Fastest of Fastest Algorithm to calculate 10000 primes in python ?is it
Still Need Help?
Join the QuestionCove community and study together with friends!
OpenStudy (anonymous):
import time from math import sqrt st=time.time() mdu=0 check =3 noofprime=2 primeLs=[2,3] prime=True while noofprime!=10000: check=check+2 if check%3==0:check=check+2 sqrcheck=int (sqrt(check))+1 for div in range (3,sqrcheck): prime=True mdu=check%div if mdu==0 : prime=False break if prime==True: noofprime= noofprime+1 primeLs=primeLs+[check] et=time.time() print primeLs[noofprime-1] print st print et print (et-st)/60
OpenStudy (anonymous):
i get this time when checked without writing to list prime 104729 st:1298174950.11 et:1298174952.94 0.0471333344777
Can't find your answer?
Make a FREE account and ask your own questions, OR help others and earn volunteer hours!
Join our real-time social learning platform and learn together with your friends!
Join our real-time social learning platform and learn together with your friends!
Latest Questions
Yebo:
youtube.com/@jik_122?si=-QdJGdLvYHIQabmx%3Fsub_confirmation%3D1 Check my hmb out
2 hours ago
1 Reply
0 Medals
jinxthelovely:
just for people who dont know, im on a mental health break, I have gotten some msgs from people who did not know.
10 hours ago
1 Reply
0 Medals
LemmyluvsGelo:
I don't want someone who'll die for me, I want someone who'll live for me :)
13 hours ago
1 Reply
0 Medals
FOOLS:
We all die someday, But before Let's live. Let's explore this world And all beauty it has to offer.
12 hours ago
5 Replies
3 Medals
messs:
Happy holiday everyone. What are your goals for after Christmas?
27 minutes ago
12 Replies
1 Medal