You are viewing a single comment's thread. Return to all comments →
Ok, so this problem is like a fight with a hydra, and to win you have to chop it's tail.
One advise for people who use python: x*x is much faster than x**2
x*x
x**2
Seems like cookies are disabled on this browser, please enable them to open this website
Project Euler #247: Squares under a hyperbola
You are viewing a single comment's thread. Return to all comments →
Ok, so this problem is like a fight with a hydra, and to win you have to chop it's tail.
One advise for people who use python:
x*x
is much faster thanx**2