Bidirectional search

Bidirectional search is a graph search algorithm that finds a shortest path from an initial vertex to a goal vertex in a directed graph. It runs two simultaneous searches: one forward from the initial state, and one backward from the goal, stopping when the two meet.

Source: Wikipedia — Bidirectional search (CC BY-SA 4.0)

Bidirectional search

Bidirectional search is a graph search algorithm that finds a shortest path from an initial vertex to a goal vertex in a directed graph. It runs two simultaneous searches: one forward from the initial state, and one backward from the goal, stopping when the two meet.

This neuron ends here.

Source: Wikipedia "Bidirectional search" · CC BY-SA 4.0

Share this article: X · Bluesky
Privacy Policy