Sunday, April 06, 2014

Backtracking Algorithms

Backtracking Algorithms: "Backtracking is a refinement of the brute force approach, which systematically searches for a solution to a problem among all available options. It does so by assuming that the solutions are represented by vectors (v1, ..., vm) of values and by traversing, in a depth first manner, the domains of the vectors until the solutions are found."



'via Blog this'