Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. X (G-Y) = Node X in generation Y
  2.  
  3. 1 (G0)
  4. | +------------------------+ +--------------------------+
  5. +-------> | | | |
  6. | Add (G-max(0, 0)+1=G1) | +----> | Add (G-max(1, 0)+1 = G2) |
  7. +-------> | | | |
  8. | +------------------------+ +--------------------------+
  9. 2 (G0)
  10. ^
  11. |
  12. |
  13. +
  14.  
  15. 3 (G0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement