0
7.4kviews
What is backtracking method? How it is used in graph coloring problem
1 Answer
2
367views
  1. Backtracking is one of the most general techniques. In this technique, we search for the set of solutions or optimal solution which satisfies some constraints.

  2. One way of solving a problem is by exhaustive search, we enumerate all possible solutions and see which one produces the optimum result

  3. For example, …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.