| Homework 18DetailsPoints | Problem | Comments
|
---|
12 | 6.13 | Make sure you justify your answers! Also, in case you are unaware, the get method on an ArrayList takes Θ(1) time, but it takes Θ(n) time on a LinkedList. Indexing into an array (e.g. a[j]) also takes Θ(1) time. |
|
|
|