Hi, I loved your video ! I'm watching you since a long time, I've seen almost all your videos about sort algorithms ( insertion, selection, bubble sort, etc.). I just wanted to ask, how do you make these ? I mean, what software do you use to make these videos ? and what material do you use ? Thank you very much for the answer and for the time spent.
There are a few ways you can define it. I chose "the number of nodes on the longest path from the root to a leaf." As long as you are consistent, the balance factor will be the same.
exam in 1 hour
same situation
Outside the hall
After exam preparing for re exam already knows result
@@ayushvaze1622 yo i cheated of you....i got 0
Same situation
omg. tysm!!! please don't stop making these types of videos
Really concise and straight to the point. I'm reviewing for my exam today so this helped me a lot! Thank you.
straight to the point 🔥🔥🔥🔥🔥
Your videos are too good🐐
Does that mean the rotation part just similar that we cannot make it a separate function which can use for both insertion and deletion?
What happen if you delete root?
will this work if the node is the root?
🐐
01:24 What if that "in-order successor" has children? In the example, 125 had no children, so it was simple but what if 125 had children?
In inorder successor we have to go to right subtree and go to its left most value
hey, im not familiar with python, what is the parameter'self' referring to?
www.geeksforgeeks.org/self-in-python-class/
@@MichaelSambol thank you👍
Can you make a video about Johnson's algorithm?
Will add it to the list 👍🏼
Thanks! love your videos @@MichaelSambol
Tyvm!
Out of curiosity, are you guys learning DSA in Python? my class is in C
We did Java when I was in school. Depends on your college. I chose Python here because I think it's easiest to learn: github.com/msambol/dsa.
Hi, I loved your video ! I'm watching you since a long time, I've seen almost all your videos about sort algorithms ( insertion, selection, bubble sort, etc.).
I just wanted to ask, how do you make these ? I mean, what software do you use to make these videos ? and what material do you use ?
Thank you very much for the answer and for the time spent.
Thanks for the kind feedback! It's Keynote and iMovie.
Thank you !@@MichaelSambol
Cool man really helped alot
It's all fun and games until you have to do it iteratively
you a goat fr
Tommorow is exam
Exam in 2 hr
exam in 20 Minutes
Height is the number of edges, the height in your video is wrong
You gotta double check your stuff my guy 😭, people could and probably have lost points because of that simple mistake...
There are a few ways you can define it. I chose "the number of nodes on the longest path from the root to a leaf." As long as you are consistent, the balance factor will be the same.
@@MichaelSambol I see, thanks for clarifying