From af6cb5d7f9919d4fe7d8b8a0da8843b05e221f34 Mon Sep 17 00:00:00 2001 From: Mitsuo Tokumori Date: Tue, 19 Sep 2023 13:55:55 -0500 Subject: Change filetype of topics to plain text --- 2023-2/topics.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 2023-2/topics.txt (limited to '2023-2/topics.txt') diff --git a/2023-2/topics.txt b/2023-2/topics.txt new file mode 100644 index 0000000..3011ba8 --- /dev/null +++ b/2023-2/topics.txt @@ -0,0 +1,18 @@ +* L0: Input/Output (I/O), text formatting +* L1: Static libraries +* 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 +* E1: +* L6: +* L7: +* L8: +* L9: +* L10: +* E2: + +Opinion on difficulty: +(*): hard to do in 2h +(**): very hard to do in 2h -- cgit v1.2.3