Hi. Thank you for your excellent explanation. It helps me a lot however i've got problem finding examples of evaluating sums by perturbation method. Could you make a few examples explaining it the way you do?
@satchua73677 ай бұрын
Its series sum formula, sum from i=1 to n = n(i + n)/2
@samuwall3 жыл бұрын
Great video. Is it always possible to calculate big O runtime by just solving the sum and looking at the highest exponent?
@rictatorship02592 жыл бұрын
Yeah, the largest term is all that matters for big O or big theta questions, because that term is what changes the order of growth the most
@youtubestar15256 жыл бұрын
Nice and easy explanation . 👌
@lakoper95414 жыл бұрын
why is it O(n^4)? can you explain please?
@vitortheone3 жыл бұрын
if you still don't have the answer: --- because in bigO notation you consider the worst case, in example 3n^4 > 3n^2, then O(n^4)
@nisaragbhatt10986 жыл бұрын
What do you do if you have for example for(int i=1; i
@areejturkei54823 жыл бұрын
O(n^2 log n^2)
@mayamalla2554 Жыл бұрын
Thank uuuuuu
@alexandresobral20094 жыл бұрын
Very Thanks
@randerson1123584 жыл бұрын
Thank you!
@adityachaudari4321 Жыл бұрын
your all videos sounds on only one side of earphone.
@flynneugene2675 Жыл бұрын
Don't use earphones😂😂
@jdarrrrАй бұрын
If this video was any more yellow I'd think I'm watching the Simpsons
@randerson11235829 күн бұрын
😆 😂 😆
@randerson11235829 күн бұрын
😄 🤣 😂
@jdarrrr29 күн бұрын
@@randerson112358 great video though man 😂
@ajm64565 жыл бұрын
Thanks boss!
@randerson1123585 жыл бұрын
Thanks for watching AJ !
@fatmaghorbel65796 жыл бұрын
hey I have this algorithm and I need to calculate it's complexity, could you do it for me ? Im confused about i*i cauz usually we use i so ..... function(int n) i