Skip to content

Conversation

gilbert
Copy link

@gilbert gilbert commented Sep 24, 2014

Preorder, in order, postorder

# TODO
capture(node.data)
with_preorder(node.left_child) if node.left_child
with_preorder(node.right_child) if node.right_child
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do this thing, improve this other thing, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant