nSimultaneously search both forward (from the initial state) and backward (from the goal state)
nStop when the two searches meet.
nIntuition = 2 * O(bd/2) is smaller than O(bd)
Bidirectional Search
Start
Goal