Monday, November 03, 2008
Terror Alert Level:
Links
Previous Posts
- Stick it to the man!;-)
- People are strange
- Lightning Flash
- Flash ventures outdoors
- Sans F3
- What??!!
- I live in the most beautiful place in the world
- Chocolate + Children = Chaos
- Anzac parade
- The Hare Returns
Archives
- February 2005
- March 2005
- April 2005
- May 2005
- June 2005
- July 2005
- August 2005
- September 2005
- October 2005
- November 2005
- January 2006
- February 2006
- March 2006
- April 2006
- May 2006
- June 2006
- October 2006
- November 2008
- Current Posts
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