Sunday, April 30, 2006
Terror Alert Level:
Previous Posts
- I live in the most beautiful place in the world
- 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
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
1 Comments:
So THAT's Mac's secret!!!
All this time I thought it was technology or something.
Post a Comment
<< Home