Hi tanmay Bhaiya i just can't thank you enough for your efforts for this most efficient DSA playlist course.No one and i mean it even paid courses don't have as much detailing as your videos please keep up with the good work and thanks a lot
@SimpleSnippets4 жыл бұрын
Thanks buddy! Please do share the videos and our channel with your friends if you want to genuinely support me & our channel!✌😇 With your support I can keep making many more such educational videos FREE for everyone!
@jonessajan12184 жыл бұрын
I have finished the full playlist please upload fast
@Aakash98311 ай бұрын
This guy is a saviour
@リンゴ酢-b8g2 жыл бұрын
A balanced binary tree, also referred to as a height-balanced binary tree, is defined as a binary tree in which the height of the left and right subtree of any node differ by not more than 1.
@fr33s7yl0r6 ай бұрын
Height of a tree is not the number of edges, but the maximum depth of the elements. If tree has only a root then the height is not 0, it is 1. Similarly on your diagram the N7(32) height is 4, but not 3
@whimsicalkins55852 жыл бұрын
Nice explanation
@talhan92354 жыл бұрын
Good to see another video added to the playlist. 🙌
@SimpleSnippets4 жыл бұрын
More to come!
@ИтгэлсайханЭ Жыл бұрын
Mr. You are such a BRILLIANT TEACHER. Just great prepared video and systematic explanation. Thank you for noble work.
@SimpleSnippets Жыл бұрын
Thank you for the kind words 😊
@LaysaBit3 жыл бұрын
You teach very well! Thank you! You taught me what I needed
@ritendrapal37434 жыл бұрын
hello sir, when you add graph data structure tutorial in your playlist... ???
@SimpleSnippets4 жыл бұрын
Will upload soon
@faziluddinshaik2 жыл бұрын
Great explanation. What is the tool or device used to demo. The mouse pointer was pretty precise and steady.
@PrashantGupta-c3m5 ай бұрын
Nice explanation ❤
@vinicioswentz3 жыл бұрын
What type of search would you use to scan an unbalanced binary tree?
@Hero-qg9ch Жыл бұрын
Any would work, no? Unless you mean which one to use to check if a binary tree is balanced or not, and then I don't think you'd use a search algorithm for that. Maybe a recursive function to check the difference height of every subtree of every node would do the trick
@martinnjoroge60064 жыл бұрын
What's the name of application you use for the digital blackboard
@SimpleSnippets4 жыл бұрын
SmoothDraw4
@manojseenivasan88544 жыл бұрын
Next avl trees pls
@SimpleSnippets4 жыл бұрын
Yup
@39_hridayeshbakshi464 жыл бұрын
please make a video on index sequential search
@harshalrajput15964 жыл бұрын
bhaiya threaded binary tree pe video banao please please please........... very less content is available on this topic on youtube
@SimpleSnippets4 жыл бұрын
Will check up on this
@39_hridayeshbakshi464 жыл бұрын
Please make a video on index sequential search .
@shaikhshafeen Жыл бұрын
I also sometimes get confused with 'un' and 'im' haha. I can feel you
@aineekhan38882 жыл бұрын
Can you tell me about scapegoat??
@midhunskani4 жыл бұрын
What software do u use to write on the screen ?
@bgyt66242 жыл бұрын
What if we get 1 - 1 =0 from both subtrees is it balanced or unbalanced..
@ShadowSilverWolf2 жыл бұрын
As long it less than k it balance Assuem k=1 so yes
@hasnatsaghir42964 жыл бұрын
in it both cases have same lower bound?? correct me if I am wrong?? thanks
@saugatkafley51534 жыл бұрын
Hello sir also make vids on hashing table,collision ,and the graph theory ,greedy , Dijkstra . After it will be a complete playlist ❤️
@SimpleSnippets4 жыл бұрын
As soon as possible
@saugatkafley51534 жыл бұрын
@@SimpleSnippets Thank you sir ! ❤️❤️
@yousefosman80944 жыл бұрын
Can you cover B-Trees? Its a topic I’ve struggled with understanding and implementing. Thank you for the quality content