O(2n) or O(n!) or O(nn) is referred to as what type of complexity?
Exponential Complexity or Hard
O(n) or O(n2) or O(n3) is referred to as what type of complexity?
Polynomial Complexity or Easy (or P)
The time complexity of a linear search is….
The time complexity is of the Order of n
Define Time Complexity and Space Complexity
How long it takes to run vs how much memory it takes up
What is an Algorithm?
A method of solution for a problem (steps to be followed)
What is the Fibonacci Sequence?
Adding together 2 terms to find the next term
What is NP-complete?
A class of equivalent ‘harder’ problems