#dsa
Read more stories on Hashnode
Articles with this tag
Definition of Stack Stack is a linear data structure that follows the principle of LIFO (Last In First Out). The principle of LIFO means the element...
Define tree A tree is a non-linear hierarchical data structure that consists of nodes connected by edges. Each node of the tree stores a value and a...