MindMap Gallery search algorithm
At this stage, there are generally enumeration algorithms, depth-first search, breadth-first search, A* algorithm, backtracking algorithm, Monte Carlo tree search, hash function and other algorithms. In large-scale experimental environments, optimization is usually performed by reducing the search scale according to conditions before searching; pruning according to the constraints of the problem; and using intermediate solutions during the search process to avoid repeated calculations.
Edited at 2022-05-02 16:01:55