Week 5
Things to Note …
- Quiz 3 (Moodle) will be released in Week 6 on Friday (10 July) and due Mon, 13 July at 4 pm
- Assignment will be released this week
- Remember to keep up with weekly assessment releases: due Monday 4:59:59 pm
- your programs must be entirely your own work
- must compile on a CSE machine using the standard options
gcc -Wall -Werror -std=c11
|
In This Lecture …
- Directed graphs, weighted graphs
([S] 19.1-19.3, 20-20.1)
- More graph algorithms
([S] 20.2-20.4, 21-21.3, 22.1-22.2)
Coming Up …
- Assignment released in Week 5
- due Wednesday 05 August 4:59:59 pm (week 10)
- Search trees
([S] Ch. 12)
|