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--

  1. complete binary tree
  2. Almost complete binary tree
  3. Strictly Binary Tree:
  4. Binary Search Tree
  5. Binary Tree
Answer ImageAnswer ImageAnswer Image