Correction: At 9:53 i mention 7 thousand instead of 7 lac. It is 7 Lacs.
Measuring Time Complexity (Big O Notation)
Big O notation is used to measure how running time for your program grow as input size grows
We represent time complexity in mathematical model so the liner function for the program is
Time = a * n + b
Consider only highest value.
Time = a * n
Remove the constant.
Time = O(n)
Watch video Measuring Time Complexity (Big O Notation) online without registration, duration hours minute second in high quality. This video was added by user ITUTEES 05 December 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 284 once and liked it 15 people.