What Is The Worst Case Complexity Of Accessing An Element In #690
What is the worst case complexity of accessing an element in ArrayList?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Util Collections Framework - Java List - Quiz No.1.
What is the worst case complexity of accessing an element in ArrayList?
O(n)
O(1)
O(nlogn)
O(2)