Open In App

What is Tree | Tree Definition & Meaning in DSA

A tree is defined as a hierarchical data structure in which the elements (known as nodes) are linked together via edges such that there is only one path between any two node of the tree.

Tree Data Structure

Properties of Trees:

Types of Tree:

To learn more about types of trees, refer to this article.



Application of Tree Data Structure:

To learn more about applications of tree, refer to this article.

Advantages of Tree:

To learn more about the advantages of tree, refer to this article.



Disadvantages of Tree:

To learn more about disadvantages of tree, refer to this article.

What else can you read?

Article Tags :