Data Structures & Algorithms Lecture Notes

25 November 2008 • Trees


Outline

Linked Lists Again

Fast Interior Access

Fast-Access Structure

Trees

Node Relations

Tree Properties

The Tree ADT

Implementing Trees

Tree ADT Data

Dynamic Implementation

Trees And Recursion

Binary Tree Operations

Binary-Tree Search

Binary-Tree Add

Removing Nodes

Binary-Tree Remove

Operation Performance

Tree Traversals

Traversal Actions

Traversal Types

Traversal Example

Implementing Traversals

Summary


This page last modified on 25 November 2008.

Creative
    Commons License