Which is the best definition for algorithm?

A recipe
  • A program
  • A mapping from input to output

An algorithm is implemented using a program, but it is not a program.

A problem is a mapping from input to output.

While informal, the term "recipe" captures the essence of what an algorithm is.