Justin Pearson

1DL231 - Algorithms and Data Structures II

Useful links:

This is a second course in algorithms that topics such as

  • solving recursive equations that describe the algorithm's complexity
  • dynamic programming
  • greedy algorithms
  • graph algorithms: minimum spanning trees, shortest paths
  • string matching
  • union find.