What is Bidirectional Search Algorithm?
Basically, starts searches forward from an initial state and backward from goal state. As till both meets to identify a common state. Moreover, initial state path is concatenated with the goal state inverse path. Each search is done only up to half of the total path. The bidirectional search algorithm is a search algorithm used … Read more