CSE 143, Summer 2000 Final Clarifications Version A, No. 5 / Version B, No. 9 The first line of code should be Q.enqueue(1); and NOT the following: Q.insert(1); Version A, No. 10 / Version B, No. 14 The question asks for the asymptotic running time of one call to the merge routine, not mergesort.