Understanding Time complexity intuitively, is it total crap in practice?

preview_player
Показать описание
Spoiler, it's total crap sometimes, but you need to see this video to understand that

My profiles:

Relevant Keywords:
Time complexity tutorial
Asymptotic Time complexity
Competitive Programming
Analysis of algorithms

#timecomplexity #cpp #c #competitiveprogramming #tutorial
Рекомендации по теме
Комментарии
Автор

Guys 100k means 100 thousand, do not confuse it for the variable K, my bad.

codemastercpp
Автор

'you can run by it yourself and see how close the estimate is' had me rolling for some reason, lmao.

RyanKOnk
Автор

This was really really one of the best explanations about Time Complexity I have ever seen.

shreyansh
Автор

Always amazed by how muchh aditional info you have about stuffs like cpu cycles cache and all

kshitizjaiswal
Автор

"if your still watching, you're probably finding it useful"

Meanwhile me, who is using it in loop as boring ASMR to put me to sleep.

animenerd_
Автор

I have a question..
Suppose I m running a loop till N
And I m having N such loops ...but they are not nested...what will be the time complexity of this algorithm?

Traverser_
Автор

Hi CMC, could you please make a video on why int dp[50000][5] and dp[5][50000] have different runtimes? I think many think that it's the same, and a lot of people would learn from this video.

unibrow
Автор

how much mathematics reqiured for dsa and reference to software engineer ? is it worth to deep dive into calculus and discreate mathematics

ANUJKUMAR-wcdz
Автор

Bro can you suggest some books where i can read about computer hardware, cpu cycles basically internals thanks

ashishsingh-tykf