[prev] 67 [next]

Course Review

Goal:

For you to become competent Computer Scientists able to:

  • choose/develop effective data structures
  • choose/develop algorithms on these data structures
  • analyse performance characteristics of algorithms (time/space complexity)
  • package a set of data structures+algorithms as an abstract data type
  • represent data structures and implement algorithms in C