Data Structures: Implementing your own stack
The Stack is a fundamental data structure. It follows the last in first out principle (LIFO). This means that the most recent element added to the stack is the first to be removed, we can explain this with the good old stack of plates example. If you...
seunfapps.com2 min read