CPSC 211, Sec 201-203: Quiz 9
Mar 31, 2004

Name:________________________________________

  1. (1 pt) True or False: A postorder traversal of a binary search tree visits the nodes of the tree in decreasing order of the keys.


  2. (1 pt) What is the preorder traversal of this binary tree?









  3. (1 pt) What is the asymptotic worst-case running time of the search operation in a basic binary search tree with n keys?


  4. (2 pt) What is the asymptotic worst-case running time of the search operation in a balanced binary search tree with n keys?