Binary Search Tree in Python

preview_player
Показать описание
Today we learn how to implement binary search trees in Python.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚

🌐 Social Media & Contact 🌐

Рекомендации по теме
Комментарии
Автор

No BS, no time wasting, no unnecessary talk. Straight to the point. Beautiful. W channel.

SaifyKhan-ov
Автор

There is literally no one who has taught this concept in python this easily so far in my you

-CSE-ArnabSannigrahi
Автор

I love how you do things fast and don't make a big deal about writing good code

Daviesdev
Автор

I never think that anyone teach BST so fast and clearly, but he is.

PepperingthePolls
Автор

At around 4:39 I think "if not self.value:" will only work as intended if we already know that we deal only with non-zero numbers(not 0 and 0.0) and non-empty iterables(not (, ), [ ] and "") as they all will evaluate to False and we will be replacing that 0(or whatever) with value but not None which is the default and we don't want. In most cases, the "if not x:" and "if x is None:" structures are interchangable(again, non-zero numbers and non-empty iterables) but you really need the understanding when to use which one
Edit: for the iterables, it could work if we make some custom parent class of the iterable which we implement comparing methods in, but what I mentioned before still applies to numbers

JordHaj
Автор

If you had posted this video 5 days ago. I would for sure be able to pass my exam on algorithm :c

Torvating
Автор

Literally best video, i have watched like 10 other channels. i understood the best with this one! Thank you!

nvaishnavipai
Автор

better than anything out there on the internet. great work man
]

_habeeb
Автор

14:25 Why do you suddenly need to return the function call? Isn't it enough to simply call the function like you've done up until this point.

scullyy
Автор

Thank you so much, this was really helpful! Spent ages trying to work this out before coming across this video)

Lerka-okey
Автор

Awesome video finally a good one that helped me grasp the concepts. Thank You😊

canvasnature
Автор

Finally a tutorial on how to actually use this thing.

scottlee
Автор

W video i watched a ton of videos on search trees and this is the only one that made complete sense!!

coolkaw
Автор

Finally found amazing explanation of binary tree implementation. Wow

musicsoul
Автор

Thank you! For greener like me it was so much understandable!

Лена-вны
Автор

thank you so much for this man, respect from Algeria

islamic_insights_daily
Автор

Thank you, your explanation was super clear and super helpful!

TheAveDavid
Автор

Maaaan ! God Bless You . May Your Loved Ones Live Forever Alongside with you <3

itsJustJayMusic
Автор

you should be teaching CS at MIT dude! amazing video!

simpledataengineer
Автор

Nice, thx for all your hard work making tutoring videos

AnonYmous-pisu