summaryrefslogtreecommitdiff
path: root/mindmap/stack.org
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@nullring.xyz>2026-03-08 23:41:51 -0700
committerPreston Pan <ret2pop@nullring.xyz>2026-03-08 23:41:51 -0700
commit1df08f1ebcc46e236f1351d48e92e723816ffdaf (patch)
tree5d590226c084dee42247f48cf456b0159586305f /mindmap/stack.org
parent4dc93ade825ee53ed22259fe7a5386e737a4b5c0 (diff)
mass remove headers and centralise it
Diffstat (limited to 'mindmap/stack.org')
-rw-r--r--mindmap/stack.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/mindmap/stack.org b/mindmap/stack.org
index 9f05a5e..c66e3fa 100644
--- a/mindmap/stack.org
+++ b/mindmap/stack.org
@@ -3,7 +3,7 @@
:END:
#+title: stack
#+author: Preston Pan
-#+html_head: <link rel="stylesheet" type="text/css" href="../style.css" />
+
* 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