Data Structure Tree – Introduction, Terminologies and ExplanationVivek Kumar | October 18, 2016 A tree is a hierarchical data structure, unlike array and linked list(which are known as a linear data structure). Saying hierarchy means nodes(or vertices) are ordered in top Read More