Data Structures and Complexity Analysis Flashcards
1
Q
What is the time complexity for an unsorted array
A
Linear
2
Q
What is the time complexity for finding an element of array the the index is known
A
Constant
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