Introduction to Trees

CodeWithHarry
Youtube
Related Topic
:- Data Structures

Tree Data Structure: In this video we will see what trees are along with few tree terminologies. We will see root, children, siblings, parent, leaf node, internal node, external node, depth, height etc in the tree data structure From this video will start the tree data structures and their implementation in our Data Structures series. 

Comments