62. Explain the bidirectional search algorithm.

In a bidirectional search algorithm, the search starters in forward from the beginning state and in reverse from the objective state. The searches meet to detect a common state. The initial state is associated with the objective state in a reverse way. However, every search is done just up to half of the aggregate way.