DFS

Tree search incomplete (complete only if no cycles)

Graph Search complete but not optimal, measures paths in length instead of cost

BFS

Tree search complete

Graph Search complete, not guaranteed optimal unless all costs are uniform

UCS

Graph Search complete and optimal

Greedy

Graph Search is complete but not optimal

A*

Graph Search is complete and optimal with consistent heuristic

Heuristics: Admissibility and Consistency

Insert Discussion Sheet Diagram