#data-structures
Read more stories on Hashnode
Articles with this tag
Stack: It is a linear data structure that follows the LIFO principle Imagine it as stacking plates on top of each other the plate you will put last...
What is Stack? Stack is a data structure that follows LIFO(last in first out) principle, Stack can be visualized as a pile of books, when we pile a...