summaryrefslogtreecommitdiff
path: root/02-23.md
diff options
context:
space:
mode:
Diffstat (limited to '02-23.md')
-rw-r--r--02-23.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/02-23.md b/02-23.md
index d30c0b4..43f2bcb 100644
--- a/02-23.md
+++ b/02-23.md
@@ -371,3 +371,6 @@ int *arr = myAllocator.allocate(5);
- A deque (or "double-ended queue") allows quick removal and insertion fo elements from both ends
- It can be implemented with a circular array, a doubly linked list, or more complex structures of pointers
+---
+
+[02/25 ->](02-25.md)