All pastes #2093218 Raw Edit

Miscellany

public text v1 · immutable
#2093218 ·published 2011-11-09 00:07 UTC
rendered paste body
    A
   / \
  B   C
 / \
D   E
   / \
  F   G

pre-order: A B D E F G C
in-order:  D B F E G A C
-------------------
post-order: ????