Solving 3 Coloring Problem with Improved Backtracking Algorithm
Qin Li
Abstract
Qin Li
Abstract
This paper introduces the three coloring problem,expounds upon backtracking algorithm and static search tree,puts forward the concept of dynamic search tree,and proposes a backtracking algorithm based on a dynamic search tree.3 coloring problem is used as an example to illustrate that the new algorithm is more effective on exhausted time.
A significance statement is not available in the OpenAlex record.
A contribution statement is not available in the OpenAlex record.
Method details are not available in the OpenAlex metadata.
Findings are not separately available in the OpenAlex metadata.
Limitations are not available in the OpenAlex metadata.
Application details are not available in the OpenAlex metadata.
This paper introduces the three coloring problem,expounds upon backtracking algorithm and static search tree,puts forward the concept of dynamic search tree,and proposes a backtracking algorithm based on a dynamic search tree.3 coloring problem is used as an example to illustrate that the new algorithm is more effective on exhausted time.
Key concepts: Backtracking, Beam stack search, Depth-first search, Tree (set theory), Search tree, Computer science, Algorithm, Search algorithm