What are some real life examples of UCS (Uniform Cost Search)

1k Views Asked by At

Studying search algorithms I've been fascinated by UCS and its similarity to the Djikstra algorithm in some cases. Has anyone any real life example of a possible use of this UCS algorithm to solve some real world problems? (Apart from the obvious ones that Computer Science students see while studying Djikstra).