Binary Search Tree

preview_player
Показать описание
Video 64 of a series explaining the basic concepts of Data Structures and Algorithms.

This video introduces the concept of binary search tree.

This video is meant for educational purposes only.
Рекомендации по теме
Комментарии
Автор

Your handwriting is as good as your explanation 🤗🤗

rutikathorat
Автор

Hi You also have deletion but not included in the playlist I was lucky to have glanced at it on the recommendations. Hope you can add it for others to see in the playlist. Thanks a lot for these videos. Very helpful content.

mataal
Автор

Great! Super easy.
I would like to see the ones for pre order and post order too.

dayoajayi
Автор

Thank you so much for this
You are great and you deserve my subscription.
Keep up

wrightkuku
Автор

One of the most underrated channels in youtube. thanks for your clear explainations. I was able to get all of this in one go!

prabhuprabhat_bhatia
Автор

In the beginning you made such a perfect comma. Also good explanation.

OliviaTirso
Автор

Finally found a proper video .. thank you

himanshuganji
Автор

Great video, but there is a detail in the definition missing, not only does left have to be smaller than parent, but all the elements in the left subtree have to be smaller. For example, if in the drawn tree, (1) would have (7) as its right child, you could not find it, since its in the left subtree of (3)

starship
Автор

The best 5:34 I have ever spent in studying and actually understanding

notrhythwk
Автор

Thank you so much maam. May live long and share her knowldge with people💚💓❤

husnainraza
Автор

Goood.... But don"t hilight ur word on screen....it is difficult to inderstand ur written word or diagram

faizfaizy
Автор

I saw your other videos. Wonderful explanation. I wish you get lot of views and subscribers.

kannanv
Автор

The definition you made is wrong..
BST should have the following properties Left(Right) subtree of a node contains only nodes with keys lesser(Greater) than the node’s key + The left and right subtree each must also be a binary search tree.

jomsantony
Автор

please can anyone refer me to a good text book for data structures and algorithms ?

konscomputertutorials
Автор

Right child > = node, can be equal also

exterminator
Автор

If only I watched this while in algorithms class.

dbassett
Автор

thankyou i am sure you are gonna have many subscribers in coming days

ishaqkhan
Автор

Why does every programmer write so nice lol

It’s almost the same *font*

RandomBubble
Автор

left sub tree of three what a tongue twister

shankaranarayana
Автор

Need more algorithms on stack tree queue

varunch