#data-structures
Read more stories on Hashnode
Articles with this tag
A stack is a linear data structure that follows the first-in-last-out principle. This means the last element added to the stack will be the first one...