Commit Graph

4 Commits

Author SHA1 Message Date
Christian Coffey
fb0c6813ac Explained top() and dynamic data structures (#30618)
* 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
2019-06-11 20:14:02 -07:00
Kyle Lobo
9252cbb998 Added example for stack using C++ STL in "Stacks" (#28814)
* Added example for stack using C++ STL in "Stacks"

* fix: changed c++ to cpp
2019-06-11 18:44:41 -07:00
Alyssa Dang
d15570b4f5 Update index.md (#24701)
Simplified the definition
2018-12-09 01:07:30 +05:30
Mrugesh Mohapatra
da0df12ab7 fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30