Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Achilles and the tortoisee solution in Clear category for Achilles and the Tortoise by Damian_Horna
def chase(a1_speed, t2_speed, advantage):
return (advantage*a1_speed)/float(a1_speed-t2_speed)
Oct. 23, 2016