状态空间盲目搜索
广度优先搜素(Breadth-First-Search)
深度优先搜素(Depth-First-Search)
状态空间启发搜索
A搜索算法(A search algorithm)
A星搜索算法(A Star search algorithm)