Computer Science, asked by shaivalijoshi5784, 1 year ago

(a) what do we mean by time and space complexity of an algorithm?

Answers

Answered by SamratSingh1
4
The complexity of an algorithm is a function describing the efficiency of the algorithm in terms of the amount of data the algorithm must process. ...Space complexity is a function describing the amount of memory (space) an algorithm takes in terms of the amount of input to the algorithm.
Answered by CBSEMP
6
The complexity of an algorithm is a function describing the efficiency of the algorithm in terms of the amount of data the algorithm must process. ...Space complexity is a function describing the amount of memory (space) an algorithm takes in terms of the amount of input to the algorithm.
Similar questions