Sumários

Teo1

20 Fevereiro 2018, 13:00 Isabel Gama Nunes

Introduction, logistics.

Algorithm analysis.

Steps to developing a usable algorithm.

  • Model the problem.
  • Find an algorithm to solve it.
  • Fast enough? Fits in memory? If not, figure out why not.
  • Find a way to address the problem.
  • Iterate until satisfied.