summaryrefslogtreecommitdiff
path: root/02-16.md
diff options
context:
space:
mode:
Diffstat (limited to '02-16.md')
-rw-r--r--02-16.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/02-16.md b/02-16.md
index 67b9bad..9c58106 100644
--- a/02-16.md
+++ b/02-16.md
@@ -356,3 +356,7 @@ class std::stack{
- A stack can be implemented as a **partially filled array** or a **linked list**
- Stacks have many uses in computer science
- The **evaluation and translation of arithmetic expressions** are two common uses
+
+---
+
+[02/18 ->](02-18.md)