Algorithms and OOD (CSC 207 2013F) : Outlines

Outline 45: Tree Traversal


Held: Friday, 22 November 2013

Back to Outline 44 - Trees, Generalized. On to Outline 46 - Implementing Dictionaries with Hash Tables.

Summary

We consider orders in which one might visit the nodes in a tree and the algorithms one uses to achieve those orders.

Related Pages

Overview

Orders for traversing the tree. Implementating traversal algorithms.

Administrivia

Tree Traversal

Lab

Copyright (c) 2013 Samuel A. Rebelsky.

Creative Commons License

This work is licensed under a Creative Commons Attribution 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by/3.0/ or send a letter to Creative Commons, 543 Howard Street, 5th Floor, San Francisco, California, 94105, USA.