Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
First solution in Uncategorized category for Achilles and the Tortoise by TovarischZhukov
def chase(a1_speed, t2_speed, advantage):
return a1_speed*advantage/float((a1_speed-t2_speed))
Dec. 10, 2015