06.09.2021 Views

How to Think Like a Computer Scientist - Learning with Python, 2008a

How to Think Like a Computer Scientist - Learning with Python, 2008a

How to Think Like a Computer Scientist - Learning with Python, 2008a

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

220 Trees<br />

pos<strong>to</strong>rder: A way <strong>to</strong> traverse a tree, visiting the children of each node before the<br />

node itself.<br />

inorder: A way <strong>to</strong> traverse a tree, visiting the left subtree, then the root, and<br />

then the right subtree.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!