#hashnode
Read more stories on Hashnode
Articles with this tag
Definition The Tree A Tree is an abstract data type that is composed of Nodes where each Node can contain 0 or more child Nodes. Moreover, unlike an...
Introduction This article is part of my Data Structure series, where I try to explain each Data structure in a simplified way. In this part, I will...