This was the first video that actually helped me to understand space complexity, thank you so much for your hard work!
@computershastra11 ай бұрын
😊
@bhanubhusan40098 ай бұрын
for 2d matrix space complexity would be (n * n)
@Simon_k_993 ай бұрын
God Bless you Maam nice
@computershastra3 ай бұрын
@@Simon_k_99 🙏
@Aerotk5 ай бұрын
what will be space complexity incase of Object and also what would be the space complexity of Maps and Sets of Javascript. How can we calculate space complexity of them?
@dr.status9679 Жыл бұрын
thanks a lot for my concept are clear now.
@computershastra Жыл бұрын
😊
@saurabhs322111 ай бұрын
Nice explanation..
@computershastra11 ай бұрын
:)
@timilehinorawusi Жыл бұрын
I couldn't understand the language but I still understood every single word.😂😂😂. Thanks A lot
@computershastra Жыл бұрын
🙂
@basmashaabansaadi76932 жыл бұрын
you are the best
@computershastra2 жыл бұрын
:)
@rajabmuhamedrajab51282 жыл бұрын
Thanks So much it helps me .
@computershastra2 жыл бұрын
😊
@mariyamkn-p8x Жыл бұрын
in 7:17 there is also sum variable why we didnot count it . if we count it then our space willl be 12 which is O(1)?
@Maheshwaripremierleague Жыл бұрын
see the sum is 12 or 1200, but it will only store once in t variable, so it will take o(1).
@xeniyra8603Ай бұрын
sum is not a variable, it's the name of the function
@divyanagori8265 Жыл бұрын
Thanku mam
@computershastra Жыл бұрын
😊
@KrunalKRG02122 жыл бұрын
Thanks mam
@Aryan-xd2ju3 жыл бұрын
Hw answer will be n^2 because if we take array of 2D then it will become 2*n*n if we ignore 2 then it will n^2
@computershastra3 жыл бұрын
Yes, we always ignore constants and coefficients.. only take variable
@computershastra3 жыл бұрын
In case of complexity only
@basmashaabansaadi76932 жыл бұрын
plz can you send me this presentation as soon as possible today
@computershastra2 жыл бұрын
Sorry, it is not feasible for me. You may take screenshot of a particular page
@gtbaba123 Жыл бұрын
Suppose we have for loop till n and we created char c[26] in every loop so SC will O(26) means O(1); code below for(i = 0 ;i
@computershastra Жыл бұрын
It will be O(n*26)... so O(n)
@pawandiwan34644 жыл бұрын
👍
@KrunalKRG02122 жыл бұрын
5:17
@computershastra2 жыл бұрын
?
@KrunalKRG02122 жыл бұрын
@@computershastra for my reference mam
@computershastra2 жыл бұрын
Ok
@Ppadira Жыл бұрын
@@computershastra Hello mam Why is index of array b is represented by j variable. Is it some sort of mistake ????
@computershastra Жыл бұрын
Plz tell timeline... which portion are you refering