Week 3
Things to Note …
- Congratulations on finishing your first quiz!
- Programs for this week's assessment due Tuesday, 5:00:00pm
- your programs must be entirely your own work
- must compile on a CSE machine using the standard options
gcc -Wall -Werror -std=c11
|
- Please do not post questions about weekly assessments on the forum
⇒ solve assessment tasks to the best of your understanding (like in an exam)
⇒ assume fair tests for auto-marking
In This Lecture …
- Dynamic data structures
(Slides, [M] 6.6-6.7, 10.1-10.2, [S] 3.3-3.5, 4.4, 4.6)
Coming Up …
- Graph data structures
([S] Ch. 17, 18)
|