Introduction - If you have any usage issues, please Google them yourself
(3). The use of backtracking problem-solving usually contains the following three steps: a. In response to the problem, the definition of the solution space b. easy search to determine the structure of the solution space c. to depth-first search of the solution space, and pruning in the search process used to avoid invalid search function