Math, asked by abeejam2019, 4 months ago

what is asymtotic notation in DAA

Answers

Answered by ms8120584
0

Asymptotic Notation is a way of comparing function that ignores constant factors and small input sizes. Three notations are used to calculate the running time complexity of an algorithm: 1. Big-oh notation: Big-oh is the formal method of expressing the upper bound of an algorithm's running time

Similar questions