Hack Reactor > Data Structures and Complexity Analysis > Flashcards
What is the time complexity for an unsorted array
Linear
What is the time complexity for finding an element of array the the index is known
Constant