summaryrefslogtreecommitdiff
path: root/05-01.md
diff options
context:
space:
mode:
authorlshprung <lshprung@yahoo.com>2020-05-06 12:05:28 -0700
committerlshprung <lshprung@yahoo.com>2020-05-06 12:05:28 -0700
commit9a4d5ce147ac8a015ee2b8874ee2dc8b018a8a43 (patch)
treeb8959a47565f9b3169ff75a06257973d2a959080 /05-01.md
parentdbdd34431960333ed5b7670c8635e0d926456417 (diff)
Post-class 05/06
Diffstat (limited to '05-01.md')
-rw-r--r--05-01.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/05-01.md b/05-01.md
index 24962a1..4b0194f 100644
--- a/05-01.md
+++ b/05-01.md
@@ -186,3 +186,8 @@ pNew->next = NULL;
```
- We need to allocate memory **every time** when we generate a new node. It's the same process. So we omit it in the later discussions
+
+---
+
+[05/04 ->](05-04.md)
+