DEV Community

Parag
Parag

Posted on

Introduction to Tree data structures

In the realm of data structures, Linked list, array can be described as a linear data structure unlike trees which are non-linear, hierarchical data structures.
Read more-
https://paragnaik2019.medium.com/introduction-to-tree-data-structures-31c7976979a5

Top comments (0)