The College of New Jersey
Computer Science Department
CMSC 410: Advanced Algorithms
Fall 2001


Abstract Data Types






HOMEWORK #2a (optional):

Prove that
           Tinsert(n) = A + B * n = O(n) (where A and B are constants)
              when the value of index j passed into insert is within range.