From 9a4d5ce147ac8a015ee2b8874ee2dc8b018a8a43 Mon Sep 17 00:00:00 2001 From: lshprung Date: Wed, 6 May 2020 12:05:28 -0700 Subject: Post-class 05/06 --- 05-01.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to '05-01.md') 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) + -- cgit