Difference between algorithmic complexity and computational complexity
Answers
Answered by
1
As the complexity increases generally with the size of the input, the complexity is generally expressed as a function of the size n (in bits) of the input, and therefore, the complexity is a function of n. However, the complexity of an algorithm may vary dramatically for different inputs of the same size.
Similar questions