diff options
Diffstat (limited to 'mindmap/stack.org')
| -rw-r--r-- | mindmap/stack.org | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mindmap/stack.org b/mindmap/stack.org index 9f05a5e..a4878f4 100644 --- a/mindmap/stack.org +++ b/mindmap/stack.org @@ -3,7 +3,8 @@ :END: #+title: stack #+author: Preston Pan -#+html_head: <link rel="stylesheet" type="text/css" href="../style.css" /> +#+description: pop; ret + * Introduction A stack in programming is a data structure that satisfies the following API rules: 1. Push: puts something on the top of the stack |
