From 9122a4c7684b3ab2ae1e8cbd5cc6a73a5f5dd95c Mon Sep 17 00:00:00 2001 From: Mitsuo Tokumori Date: Tue, 19 Sep 2023 13:32:09 -0500 Subject: Add 2023-2 L03 solution --- 2023-2/topics.adoc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to '2023-2/topics.adoc') diff --git a/2023-2/topics.adoc b/2023-2/topics.adoc index 6e5b222..f721a28 100644 --- a/2023-2/topics.adoc +++ b/2023-2/topics.adoc @@ -1,7 +1,7 @@ * L0: Input/Output (I/O), text formatting * L1: Static libraries -* L2: Arrays and pointers, "asignación de memoria exacta" -* L3: +* L2: Arrays and pointers, "asignación de memoria exacta" (stack memory) (*) +* L3: "asignación de memoria dinamica" (heap memory) (**) * L4: * L5: * LA: past mid-term exam solution @@ -12,3 +12,7 @@ * L9: * L10: * E2: + +Opinion on difficulty: +(*): hard to do in 2h +(**): very hard to do in 2h \ No newline at end of file -- cgit v1.2.3