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)
Смотрите видео Measuring Time Complexity (Big O Notation) онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь ITUTEES 05 Декабрь 2022, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 284 раз и оно понравилось 15 людям.