summaryrefslogtreecommitdiffstats
path: root/2023-2/topics.txt
diff options
context:
space:
mode:
authorMitsuo Tokumori <[email protected]>2023-10-20 12:31:43 -0500
committerMitsuo Tokumori <[email protected]>2023-10-20 12:31:43 -0500
commit4c144833b278188c567198866934e8773be9c8f4 (patch)
tree6ee01c357c58c9b9bd30ab621770d33f7d589ea7 /2023-2/topics.txt
parentfba9c34c547c99d56b4bf2d83caf5c68a638107f (diff)
downloadLP1-4c144833b278188c567198866934e8773be9c8f4.tar.gz
LP1-4c144833b278188c567198866934e8773be9c8f4.tar.bz2
LP1-4c144833b278188c567198866934e8773be9c8f4.zip
Add sol for p1, p2 of 2023-2 E1
Also add the topics covered in the exam on topics.txt
Diffstat (limited to '2023-2/topics.txt')
-rw-r--r--2023-2/topics.txt12
1 files changed, 7 insertions, 5 deletions
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