SUNY Geneseo Department of Computer Science


Performance of Ordered Binary Tree Search/Insert

{Date}

CSci 240, Spring 2007
Prof. Doug Baldwin

Return to List of Lectures

Previous Lecture

Misc

"What's the Point of a CS Major?" panel

GREAT Day

Questions?

Efficiency of Binary Tree Algorithms

Section 13.3.5

What are the factors that influence execution time? Which measure problem size, and which are secondary influences determining best vs worst cases for a given problem size?

Hand out Problem Set 12

Next

Deletion from an ordered binary tree.

Read Section 13.5.1


Next Lecture