Unit 1 Flashcards
1
Q
What’s decomposition
A
Breaking down a problem
2
Q
What’s abstraction?
A
Process of hiding unnecessary details so that only important points remain
3
Q
Worst case for linear search
A
•Target item not in the list
•At the end of the list.
4
Q
What’s iteration?
A
Looping every item in a data structure