AI exercises based on the video lectures from Prof Patrick Henry Winston and Peter Norvig.
- Choose search algorithm from UI
- Uniform-Cost Search (expand the path with the lowest total cost)
- A* Search (combine Uniform-Cost and Greedy Best-First Search)