diff options
| author | Mitsuo Tokumori <[email protected]> | 2023-09-19 13:55:55 -0500 |
|---|---|---|
| committer | Mitsuo Tokumori <[email protected]> | 2023-09-19 13:55:55 -0500 |
| commit | af6cb5d7f9919d4fe7d8b8a0da8843b05e221f34 (patch) | |
| tree | 6b6fe6dc9e1feeed3132ef73d6e7983e127b4301 /2023-2/topics.txt | |
| parent | 9122a4c7684b3ab2ae1e8cbd5cc6a73a5f5dd95c (diff) | |
| download | LP1-af6cb5d7f9919d4fe7d8b8a0da8843b05e221f34.tar.gz LP1-af6cb5d7f9919d4fe7d8b8a0da8843b05e221f34.tar.bz2 LP1-af6cb5d7f9919d4fe7d8b8a0da8843b05e221f34.zip | |
Change filetype of topics to plain text
Diffstat (limited to '2023-2/topics.txt')
| -rw-r--r-- | 2023-2/topics.txt | 18 |
1 files changed, 18 insertions, 0 deletions
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 |
