Feels great to be back on TECH DOSE after so long. Aweeesome content as always !!!
@techdose4u3 жыл бұрын
Welcome back :)
@Somethingsomethinglol3 жыл бұрын
Bro - This is easily the best DS&A channel I have come across. Much better than courses I've paid for. Thank you! (if there was a max heap of all the DS&A channels, yours would be the root - nomsayin?)
@glenfernandes52483 жыл бұрын
Haha, nice one!
@cocoarecords3 жыл бұрын
love this you should make it a series for some data structures!
@techdose4u3 жыл бұрын
Making them
@johnpaulpineda98212 жыл бұрын
Your explanation is a very big help to me. You made it easy for me to understand the concept of Heap. Thanks a lot!
@techdose4u2 жыл бұрын
Welcome :)
@mdtausifahmed62053 жыл бұрын
it is wonderful your an underrated guy
@mdtajemulislam9732 Жыл бұрын
Saved a lot of time. Thanks for uploading. Love from Bangladesh... ❤❤❤❤❤❤
@DineshSharma-pp3ox3 жыл бұрын
This is very very helpful video helps a lot Thanks 😊
@gokulnath_n3 жыл бұрын
Clearly understood ✨....need a series for all ds
@techdose4u3 жыл бұрын
Sure
@garvitsharma64013 жыл бұрын
+1
@DineshSharma-pp3ox3 жыл бұрын
Please be continued for every topic
@aadarshsingh22652 жыл бұрын
Quick and easy explanation
@kholiyamails12572 жыл бұрын
bro you are amazing i am just starting to learn i wish i will be able to write high level heap optimized code by your videos .
@shubhiVerma_2 жыл бұрын
You explained it so so well.... Thank you.. 😊😊😊😊
@techdose4u2 жыл бұрын
Welcome :)
@shreelakshmi68903 жыл бұрын
Very clear video..Thanks!
@techdose4u3 жыл бұрын
Welcome :)
@ashwani63605 ай бұрын
if level starts with zero, then we can say that no. of nodes should be 2^n, where n is the level
@prosenjitghosh22183 жыл бұрын
Very good explanation
@kunalsoni76813 жыл бұрын
Thank you so much sir for making this ❤️😊
@techdose4u3 жыл бұрын
Welcome
@kasyapdharanikota85703 жыл бұрын
thank you very much , very helpful series .
@sarthakbhatnagar2613 жыл бұрын
awesome explanation bro....
@songs-pu9bq3 жыл бұрын
Excellent bro
@techdose4u3 жыл бұрын
Thanks 😊
@protyaybanerjee50513 жыл бұрын
Every Perfect BT is a Complete BT, but not all Complete BT are Perfect BT. Is the understanding correct ?
@syedmdharris88143 жыл бұрын
Thanks buddy , Concept was explained clearly! , Waiting to see how to implement
@techdose4u3 жыл бұрын
Sure :) stay tuned
@justonegoodtrade2 жыл бұрын
thank you so much !
@techdose4u2 жыл бұрын
Welcome 😊
@DRK_one_day_vlogs3 жыл бұрын
Sir the tress u drawn in explanation of min and max are binary tress but it not follows binary tree properties as bcz 100,300,10 in min heap example is left side of root 1 which is not a property of binary tress as presents right side
@sumitshokeen40653 жыл бұрын
Even I have the same doubt.
@joshuaking15022 жыл бұрын
Doubt the max example.
@kunalsoni76813 жыл бұрын
Amazing video 😍☺️😊❤️
@techdose4u3 жыл бұрын
Thanks
@swethagowda67082 жыл бұрын
which editor are you using to explain?
@famueduyou4 ай бұрын
Is almost perfect binary tree is similar to valid AVL? At least when considering the first condition mentioned at 2:40, which sounds like a balance factor of max -1,0,+1 in AVL.
@abolfazlshahidi136011 ай бұрын
perfect
@YoDempsey Жыл бұрын
It's very misleading to say an "almost-complete binary tree" is a "complete binary tree." You should use the terms "full" and "complete," like everyone else does.
@E__ShameemahamedS-bx2ed3 жыл бұрын
Thanks
@techdose4u3 жыл бұрын
Welcome
@sakshamp44883 жыл бұрын
tysm sir . :)
@hemsagarpatel89923 жыл бұрын
HI sir , do u have any end 2 end course anywhere like udemy or anywhere???
@techdose4u3 жыл бұрын
I am creating that end to end course on KZbin. Currently, I am doing heap. DP and Graph are over. I will make all the topic videos one by one.
@protyaybanerjee50513 жыл бұрын
Which software do you use to whiteboard ?
@prashuchaudhry2 жыл бұрын
difference between almost complete and complete tree not cleared properly, kinda same concept for both.
@mihirmodi1936 Жыл бұрын
Almost Complete Binary Tree: All the leave nodes must be in (last + second last level). [IF: all leave node are on last level then it is not almost complete binary tree] [perfect binary tree can't be almost complete binary tree and vice versa]. Complete Binary Tree: All the leave node can be in (last level) or (last + second last level). [perfect binary tree is always complete binary tree]
@anshumansharma45803 жыл бұрын
Sir, What is the difference between almost complete binary tree and complete binary tree?
@hacker31910002 жыл бұрын
Nothing. They're the same thing.
@kcvinu3 жыл бұрын
Explanation is very good but I get distracted by the ugly hand writing. Sorry for that.
@techdose4u3 жыл бұрын
I know. No worries. Thanks ☺️
@srijajulakanti67423 жыл бұрын
Where is code link ?
@techdose4u3 жыл бұрын
In subsequent videos where I have shown heap implementation, you will find the code link.