upsups2170 upsups2170 26-04-2024 Computers and Technology Answered Which of the following ArrayList operations has a worst-case complexity of O(n)? 1) get(int index) 2) remove(T element) 3) add(T element)