Computer Science, asked by siddhu1033, 10 months ago

Define Big 'O' notation. State the two factors which determine the complexity of an algorithm.

Answers

Answered by nidhipanthi0
9

big o notation is used to depict the growth rate and the change in algorithms performance when the size is increased.  two factor that can determine complexity of an algorithm are :

1   Time to run an Algorithm

2  Space needed to run an algorithm

Similar questions