Algorithms Analysis and Design
CPSC 6109
Syllabus
Calendar
Misc.
Binary Search Trees Exercises
< Previous
Next >
Draw the resulting Binary Search Tree after inserting the following strings (in the order provided):
BS, AVL, TT, TTF, RB, Splay
Given the following Binary Search Tree, draw the resulting Binary Search Tree after removing B, then E.
Draw the resulting Binary Search Tree after inserting the following strings (in the order provided):
AVL, BS, RB, Splay, TT, TTF
Write in the Big-Oh for the following operations on a Binary Search Tree.
Average Case
Worst Case
Retrieval
Insertion
Deletion
Traversal
Last Modified: