Trees : Introduction to Data Structures and Algorithms | Topic - 2
What is a Tree?
A tree is a nonlinear data structure. It is a collection of nodes where each node contains addresses of other nodes. A tree data structure has a root node, internal nodes and leaf nodes. The number of children of a node determines the...
monktech.hashnode.dev3 min read