tree-types
Types of Trees in Data Structure based on the number of children:
1. Binary Tree
Types of Binary Tree:
2. Ternary Tree
3. N-ary Tree (Generic Tree)
Special Types of Trees in Data Structure based on the nodes’ values:
1. Binary Search Tree
Properties:
2. AVL Tree
Properties:
3. Red-Black Tree
4. B-Tree
5. B+ Tree
6. Segment Tree
Last updated


