What is Time Complexity ? | Big - Oh | Explained | Interview Preparation | Tamil | code io

preview_player
Показать описание
Time Complexity - Big Oh Notation - Explained
n,nlogn,n2,n3,2n loops, nested loops, recursion, time complexity and worst case time complexity
Big - oh, omega and other notations
Interview Preparation
code io
Tamil

Time Complexity is one of the most important topics of the Coding Interview, most companies require you to have a basic understanding of what time complexity is and they would want you to optimize your code based on the time complexity they require

Companies like Google, Amazon, and even smaller companies with lesser packages like zoho, tcs, and other companies also now concentrate on Time Complexity

Follow us in Instagram for more updates

Hashtags
#tamil #interview prep #time complexity

tags
tamil tamil programming tamil programming hacker rank problem solving python interview preparation coding time comlexity order
Рекомендации по теме
Комментарии
Автор

Thanks for the clarification, keep up bro 💐🎁

manigandanm
Автор

Astound explanation..nice ❤️😘

But we need also the details about space complexity...could you make for us..?😁

blackopplays
Автор

clear explanation bro..Thanks Bro... Space complexity podunga pls

harishbabu
Автор

Dbms query for interview video podunga

srivarshant
Автор

Side screen la antha log than bigger, inno detail explain pannuga bro

RPP--jqty
Автор

9:30 camera man ehh gaund aagi cut panitaru 😂😂

gowtham
Автор

@codeio

a=input("enter the num")
a=a.replace("0", "5")
Print (int(a))

GROWTH_SINCE_