summaryrefslogtreecommitdiff
path: root/mindmap/stack.org
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@nullring.xyz>2026-03-09 19:23:08 -0700
committerPreston Pan <ret2pop@nullring.xyz>2026-03-09 19:23:08 -0700
commitacf9532e394a9e8f63384bb472e0f2a13f57dbf0 (patch)
tree646d128bd75d364ce4f35b3996cb3c08bcc9dd59 /mindmap/stack.org
parent69dbf05a50c1c8668cea938c13f8f2c7fadddcc7 (diff)
parentf9b74bcf268c66c96c052cafe8d3ba5ef54f48f6 (diff)
Merge branch 'chore/perfect-css'
Diffstat (limited to 'mindmap/stack.org')
-rw-r--r--mindmap/stack.org3
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