Coding Exercise – Simple Stack Implementation in C++
November 21, 2013
algorithms, c / c++, code, code library, data structure, data types, implementation, interview questions, programming languages
No Comments
A Stack is a data structure that satisfies Last-In-First-Out. It can be considered as a pile of plates where you always take the top plate (you put on last). …
