64. Define uniform cost search algorithm.

The uniform cost search conducts sorting in increasing the cost of the path to a node. Moreover, it enlarges the least cost node and is similar to BFS if each iteration has the same cost. Further, it looks into the ways in the expanding order of cost.