Monday, November 03, 2008
Terror Alert Level:
Previous Posts
- 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
- Boris gets a new box
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