[prev] 1 [next]

Week 3

Things to Note …
  • Congratulations on finishing your first quiz!
  • Programs for this week's assessment due Tuesday, 11:00:00am
    • your programs must be entirely your own work
    • must compile on a CSE machine using the standard options

      gcc -Wall -Werror -std=c11
      

  • Second live lecture this week: Wednesday, 2pm - 4pm
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)