Binary Search Tree | Set 1 (Search and Insertion) | GeeksforGeeks

preview_player
Показать описание

This video is contributed by Ishant Periwal.

Music: Cylinder Three - Chris Zabriskie
Рекомендации по теме
Комментарии
Автор

Thanks for the great work. A recommendation, a voiceover would be more helpful than distracting music.

waqarahmad
Автор

Extremely helpful, quality resources!! A reliable go to destination for a good understanding!

vaishnavim
Автор

Music was good but please guide orally during the videos.

jojolynchgaming
Автор

Nice video.. understood insertion and search clearly.. keep up the good work!

santoshmk
Автор

After watching this video I stopped watching the other data structures videos and started searching for background beat songs.😌

nands
Автор

Fast Explanation. Helped me a lot... Thank you

Annajiraochalla
Автор

okay here 2:26 is there any way to stop as soon as key found because because before returning ... it keeps on popping watever calls in stack

dydx
Автор

Awesome presentation....which application do you all use for this animation ??

gitanshugupta
Автор

In the pseudocode what is meant by the arrow between node -> key, node->left, and node->right? I must be missing something v simple...

alaskafiedler
Автор

in search bst if key is not there or if key is there, it will do nothing. it will just return root.
if that is so then what is the purpose of searching?

kashishgupta
Автор

what is the new music added to this? it's not the listed sky high

Stephanie-znjt
Автор

In case of insertion, what value should be returned when there is a redundancy node ?

kittipobkomjaturut
Автор

Marvelous... this is enough for a healthy revise before exam

PythonisLove
Автор

Nice video but Background music is so annoying :(

Mersal-ujnh
Автор

what if I have a key in the same function?

mnarjb
Автор

GeeksForGeeks your tutorials are very nice, but there is one big problem, the background music it suits more for gym workout :), For new people to follow your tuts, i request you to please let the visitor focus on the content, as it gets distracting to understand a concept out of serious topic like data structure

diwyanshutomar
Автор

may I know if the time complexity for insertion is O(n) and searching is O(n)? :D great video, thanks!

tanchienhao