Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShenMian committed Oct 12, 2024
1 parent 6615498 commit 6936b9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/solver/bidirectional_search.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

双向搜索同时从两个方向搜索:

1. 前向搜索(Forward search): 从初始状态到目标状态, 即原先的搜索方式.
2. 反向搜索(Backward search): 从目标状态到初始状态, 即逆推.
1. **前向搜索(Forward search)**: 从初始状态到目标状态, 即原先的搜索方式.
2. **反向搜索(Backward search)**: 从目标状态到初始状态, 即逆推.

相遇时合并二者的路径即可得到解决方案.

Expand Down

0 comments on commit 6936b9d

Please sign in to comment.