Algorithms by Jeff Erickson

Table of Contents

Algorithms by Jeff Erickson

  1. introduction
  2. recursion
  3. backtracking
  4. dynamic-programming
  5. greedy-algorithms
  6. basic-graph-algorithms
  7. depth-first-search
  8. minimum-spanning-trees
  9. shortest-paths
  10. all-pairs-shortest-paths
  11. maximum-flows-and-minimum-cuts
  12. applications-of-flows-and-cuts
  13. np-hardness