Monday, January 9, 2012

Complete Search

This is the most straightforward algorithm. Its basic idea is to examine all possible solutions until the solution is found.

Since it's so straightforward, this algorithm is a bit of an anomaly. It's very general, which makes it difficult (impossible, as far as I can tell) to write up a general recipe. So today I've begun coding up two examples.

Stay tuned for more about the problems and their solutions!

No comments:

Post a Comment