Code Problem

Find the shortest word in a list
AskAI

Given a list of words, this program outputs the shortest word in the list. If there are multiple shortest words, it outputs the first one in alphabetical order.

Shortest path between two nodes in a graph
AskAI

Given a graph, find the shortest path between two nodes.