* Explained top() and dynamic datastructures Added a brief description of the top() function as there was none. Also talked about the application of dynamic data structures in the implementation of a stack. * fix: changed c++ to cpp
* Added example for stack using C++ STL in "Stacks" * fix: changed c++ to cpp
Simplified the definition