➜
KUMAR SHIVAM
Explain Types of Trees in data structures?
Data Structures and Algorithms
Answer in Short
Types of tree in data structures are General Tree, Full Tree, Complete Tree, Binary Tree, Binary Search Tree
Explanation
1553
0
==> Types of Trees--
complete binary tree
Almost complete binary tree
Strictly Binary Tree:
Binary Search Tree
Binary Tree
Share:
KUMAR SHIVAM
More Questions from
Data Structures and Algorithms Module 4
<p>Define tree. Explain terminology of tree ? </p>
<p>Explain representation of tree ?</p>
<p>Define binary tree. Explain properties of binary tree ? </p>
<p>Explain binary tree representation ? </p>
<p>Explain binary tree traversal ? </p>