Exam 3
Exam 3 contains only multiple choice or short answer problems. You will have 50 minutes to complete this exam.
Topics from lecture (all BST concepts, no AVL trees):
insertAtFront
, including running time, resize strategies, and proofsinsertAtIndex
, including running time, on both a sorted and unsorted listremoveAtIndex
, including running time, on both a sorted and unsorted listinsertAfterElement
, including running time, on both a sorted and unsorted listremoveAfterElement
, including running time, on both a sorted and unsorted listfindIndex
, including running time, on both a sorted and unsorted listfindData
, including running time, on both a sorted and unsorted listinsertAtFront
, including running time and insertion strategiesinsertAtIndex
, including running time, on both a sorted and unsorted listremoveAtIndex
, including running time, on both a sorted and unsorted listinsertAfterElement
, including running time, on both a sorted and unsorted listremoveAfterElement
, including running time, on both a sorted and unsorted listfindIndex
, including running time, on both a sorted and unsorted listfindData
, including running time, on both a sorted and unsorted list*
, !=
, and ++
.NULL
pointers in a BST, including prooffind
, including running times in terms of h
and n
insert
, including running times in terms of h
and n
delete
, including running times in terms of h
and n
h
, and propertiesb
Assignments referenced:
Points:75
Registration: Thursday, October 08
Start: Friday, October 23
End: Saturday, October 24