From 4c144833b278188c567198866934e8773be9c8f4 Mon Sep 17 00:00:00 2001 From: Mitsuo Tokumori Date: Fri, 20 Oct 2023 12:31:43 -0500 Subject: Add sol for p1, p2 of 2023-2 E1 Also add the topics covered in the exam on topics.txt --- 2023-2/topics.txt | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to '2023-2/topics.txt') diff --git a/2023-2/topics.txt b/2023-2/topics.txt index 5f7d64f..84e4605 100644 --- a/2023-2/topics.txt +++ b/2023-2/topics.txt @@ -3,9 +3,11 @@ * L2: Arrays and pointers, "asignación de memoria exacta" (stack memory) (*) * L3: "asignación de memoria dinamica" (heap memory) (**) * L4: Generic (void) pointers -* L5: +* L5: Abstract data types (ADT) in C++ * LA: past mid-term exam solution -* E1: +* E1: (static libraries, memoria dinamica por incrementos, pointers and void pointers, function pointers, ADT: queue) + p1 ~ L3, p2 ~ L4, p3 ~ L5. +* LB: (recuperación clase) * L6: * L7: * L8: @@ -13,6 +15,6 @@ * L10: * E2: -Opinion on difficulty: -(*): hard to do in 2h -(**): very hard to do in 2h +Opinion on difficulty (labs: 2h, exam: 3h): +(*): hard to do on time +(**): very hard to do on time -- cgit v1.2.3