get() on an element in an array is O(1) compared to a linked list where it is O(N). This is because: Group of answer choices arrays are not indexed, while linked lists are linked lists are not efficient in space arrays are indexed while linked lists are not arrays are efficient in space