Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. while (cameFromRight || NoRightChild) { goUp(); } goDownRight();
  2. [09:44] <jongleur> while (!atLeaf) { if (hasLeftLeaf) { goDownLeft() } else { goDownRight() }
  3. [09:44] <jongleur> return current
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement