Skip to content

fau-masters-collected-works-cgarbin/cot6405-analysis-of-algorithms

Repository files navigation

COT6405 Analysis of algorithms

Experiments for quizes and exercises

Programming project

Runtime and space analysis for the longest common subsequence (LCS) problem.

Three algorithms are analyzed:

  • Brute-force
  • Dynamic programming
  • Hirschberg

See Jupyter notebok and report derived from it.

Releases

No releases published

Packages

No packages published