This document summarizes an artificial intelligence lecture on problem solving by search. It discusses uninformed search strategies like BFS, DFS, and uniform cost search. It then covers informed, heuristic search strategies like greedy best-first search and A* search. The document provides an example to illustrate how A* search works to find the shortest path between nodes using an evaluation function that combines path cost and heuristic estimates. It concludes by outlining advantages and disadvantages of A* search and previewing topics to be covered in the next session.