Ă—

A* search algorithm

Sorting algorithm
A* is a graph traversal and pathfinding algorithm, which is used in many fields of computer science due to its completeness, optimality, and optimal efficiency. Given a weighted graph, a source node and a goal node, the algorithm finds the... Wikipedia
Worst-case complexity: O(|E|) = O(b^d)