Answer Happy
Accurate answers. Every time.
https://answerhappy.com/
What is the worst case complexity of accessing an element in ArrayList?
https://answerhappy.com/viewtopic.php?t=737994
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)