[prev] 1 [next]

Week 5

Things to Note …
  • Mid-term online test next week   (review concepts, data structures, algorithms from weeks 1-5)
  • 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 Monday 04 August 5:00pm (week 10)
  • Search trees ([S] Ch. 12)