We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Project Euler #66: Diophantine equation
Project Euler #66: Diophantine equation
+ 1 comment Wikipedia has a long article about this problem: https://en.wikipedia.org/wiki/Pell%27s_equation
+ 0 comments I finally got my solution to work. It was taking too long on the last two cases. Turns out that manual calculation was faster than using python's fractions library.
+ 0 comments Is there a way for you to see the time taken by your code in each test case? I am a noobie and I like to know how fast the computer can crunch the numbers.
[deleted] + 1 comment why this problem has been tagged as "Easy"??
+ 0 comments when D = 61, it looks like the minimal x is 1766319049. It is really too crazy to iterator until this digit
Load more conversations
Sort 10 Discussions, By:
Please Login in order to post a comment