Page 1 of 1

What is the worst case complexity of accessing an element in ArrayList?

Posted: Wed Jul 13, 2022 7:46 pm
by answerhappygod
a) O(n)
b) O(1)
c) O(nlogn)
d) O(2)