CSE 247 Exam 1 Cheat Sheet
CSE 247 Exam 1 Cheat Sheet
ASYMPTOTIC NOTATION
// There is effectively a hole at the root, at
location 1 now.
// Fix up the heap as described in lecture.
// Be sure to store null in an array slot if it is no
longer
// part of the active heap
//
// FIXME
//