Friday, April 28, 2006
Terror Alert Level:
Previous Posts
- Chocolate + Children = Chaos
- Anzac parade
- The Hare Returns
- Boris gets a new box
- January in Taupo Bay
- Daniel's Reef takes a dusting
- Cannonball Run
- Low Resolution Beauty
- Bay of Fires
- Freycinet Peninsula
hare = head
length = 0
if hare == null: return length
hare, length = step(hare), length+1
if hare == null: return length
while hare != tortoise:
hare, length = step(hare), length+1
if hare ==null: return length
hare, length = step(hare), length+1
if hare ==null: return length
tortoise = step(tortoise)
return infinity
0 Comments:
Post a Comment
<< Home