Computer Science, asked by EshaxYuta7655, 10 months ago

A data structure that shows a hierarchical behavior

Answers

Answered by ankita2006mishra
1

Answer:

An example of hierarchical structure is tree. On computer science a tree is widely used to abstract the data type (ADT). With a root value amd subtree of children with the parents node.

Similar questions