Data Structure Stack – Introduction, Explanation and ImplementationVivek Kumar | August 30, 2016 A stack is a data structure used to store items that has defined way of Insertion and Deletion operation. It follows Last in First Out(LIFO) means items inserted Read More