Open In App

Generic Tree meaning & definition in DSA

A generic tree (or N-ary Tree) is a type of tree data structure where each node can have at most N number of children where N can be any integer.

Example of Generic Tree

Characteristics of Generic Tree:

Applications of Generic Tree:

Advantages of using Generic Tree:

Disadvantages of using a Generic tree:

What else can you read?

Article Tags :