[Haskell-cafe] Algorithms

Albert Y. C. Lai trebla at vex.net
Sat Mar 17 19:08:14 EDT 2007


P. R. Stanley wrote:
> "When you write a general solution for a class of problems, as opposed 
> to a specific solution to a single problem, you have written an algorithm."
> Discuss!

Follow this algorithm of three easy steps to solve any problem:
A. understand the problem
B. decompose or reduce it into subproblems
C. solve the subproblems


More information about the Haskell-Cafe mailing list