Skip to content

Opening book details…

About this document

Backtracking in 8 Queens & Graph Coloring by anandraj is a document available to read on EtoBox.

Backtracking is a problem-solving technique that explores all possible solutions by trying different possibilities and abandoning those that fail to meet constraints, useful in problems like the 8 Queens and Graph Coloring. The 8 Queens Problem involves placing 8 queens on a chessboard without them threatening each other, while the Graph Coloring Problem requires coloring graph vertices such that no two adjacent vertices share the same color. Both problems have exponential time complexity due to the need to

Author
anandraj
Language
EN