#16 Tree Data Structure

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

In this video we will see :
- Tree data structure
- Example of Tree in Data Structure
- Branch
- Reference
- Edge
- Node
- Root node
- Leaf node
- Child node
- Sub node
- Types of Tree
- Binary Tree
- Strict Binary Tree
- Full Binary Tree
- Level of nodes
- Complete Binary Tree
- Height of tree
- Depth of tree
- Height of root node

Data structure is a particular way of organizing and storing data in a computer so that it can be accessed and modified efficiently.
Data structure is a collection of data values, the relationships among them, and the functions or operations that can be applied to the data.

A tree is a widely used abstract data type (ADT) that simulates a hierarchical tree structure, with a root value and subtrees of children with a parent node, represented as a set of linked nodes.

A tree data structure can be defined recursively (locally) as a collection of nodes (starting at a root node), where each node is a data structure consisting of a value, together with a list of references to nodes (the "children"), with the constraints that no reference is duplicated, and none points to the root.

Editing Monitors :

Follow on Facebook:

Subscribe to our other channel:
Telusko Hindi :

Donation:
PayPal Id : navinreddy20
Patreon : navinreddy20
Рекомендации по теме
Комментарии
Автор

please sir continue the DSA playlist 🙏🙏🙏🙏🙏
your quality of teaching is really you take less time to teach massive concepts

anubratamallick
Автор

11 months still waiting for tree implementation in Java
... how many of you ?

TomarSahabVlogs
Автор

Please continue this series as data structure is very important for us.

thekolkatagirlpuja
Автор

please complete all the concepts in data structures

ssrujithreddy
Автор

Sir..please upload new videos in this section...i'm waiting for implementation of tree in Java

AkshayGuptaMe
Автор

Sir you teaching skills are amazing please upload next part I am waiting for it

ManishPandey-oqwm
Автор

Nice video sir.. Waiting for the tree and graph data structure..

Mksolanki
Автор

Waiting for Tree/Trie/Graph and other advanced stuff. Please upload at the earliest. You rock \m/

pratikjain
Автор

You are the only tutor interested in youtube, please sir do implementation and continue full tutorial

kanchapaudukumbura
Автор

Looking forward to the java implementation, great video as always sir!

craigburkhart
Автор

sir waiting eagerly for further videos!! please upload ASAP and thankyou for making data structure so easy!!

rishabh
Автор

Amazing playlist on data-structures!!!
Sir.. please upload the videos of the tree implementation using java ASAP... Great work !!!!

ankursinha
Автор

PLEASE POST UPDATE, THIS IS THE ONLY COURSE THATS GOOD ONLINE

abduraxmaan
Автор

Navin Reddy is the man! Thumbs up for him! :) Can't wait till his Trees implementation in Java video comes out.

vladimirk
Автор

Sir I have been waiting for tree implementation's video since last year .
Please upload that as soon as possible

ritikaguleria
Автор

Thanks, Navin sir. I was actually in need of some revision. Looking forward to other videos in this series.

mdshadman
Автор

sir please complete this series, will be very helpful

pulkitahuja
Автор

Sir please continue this series on advanced data structures like map!!

krishnaforu
Автор

Thanks sir :)
learned alot.. actually i have an exam tomorrow and i was asuming you would have lectures after 17 ... now i have to jump back to books.. :D anyway loved your teaching skils.. it just becomes soo easy to implement after your lectures..

hussainrazaraza
Автор

hello sir ... your videos have been really helpful . I am eagerly waiting for the next set of videos regarding tree implementation and graphs

Theberner