Tree (General Tree) - Data Structures & Algorithms Tutorials with Python in Hindi #9

preview_player
Показать описание
Tree data structure (Hindi) is used to represent hierarchical data such as organization hierachy, product categories, geographic locations etc. In this video, we will go over general tree data structure. We will cover binary trees in another tutorial. We will implement tree in python and build a tree of electronic item categories.

⭐️ Timestamps ⭐️
00:00​ introduction
00:26​ What is tree data structure
03:40​ Tree implementation in python
19:32​ Exercise

#️⃣ Social Media #️⃣

❗❗ DISCLAIMER: All opinions expressed in this video are of my own and not that of my employers'.
Рекомендации по теме
Комментарии
Автор

When will the new videos of this playlist coming?
Waiting....

namanrao
Автор

Kash!!! ye tree structure utube pe bhi hota. Exp. python playlist under that Library's, DSA, etc. playlist.

dipsqueen
Автор

Sir kya aap power point share kar saktay ho kya

cartsanov
Автор

God bless you sir ..Lge rho..Plz make on tutorial On R tutorial in hindi and also big data

descendantsoftheheroes_
Автор

sir how can i add multiple relational prefix before parents and node child. plz make one more video on it. waiting for your reply

mishalkumar
Автор

Can You please explain p = self.parent, if we take self as self.parent is electronics and the level is zero, and next, we increased the level, but I didn't understand how p.parent is the next node ? if p has electronics in it then it has to be p.child, can you please explain this

anythingit
Автор

can't we just store the data in dictionary? something like
electronics = {
'laptop': ['Macbook', 'Surface', 'Thinkpad'],
'Cell Phones': ['iPhone', 'Pixel', 'Vivo'],
'TV': ['Samsung', 'LG']
}

RummanAhmar-ewwv
Автор

Sir tree ki library add karny ka b bata den learner from pakistan

talhakhan