Deep Dive into Stacks: A Practical Guide for Software Engineers
What is a Stack?
A stack is a very important data structure that is used to work on data temporarily. Unlike other data structures that are built into a language, a stack is rather a layer added to an existing data structure, such as an array or link...
thoughts.kelvinamoaba.com6 min read