This document is a unit on search algorithms in artificial intelligence taught by Surbhi Saroha. It discusses uninformed and informed search strategies. Uninformed searches like breadth-first, depth-first, and iterative deepening depth-first do not use problem domain knowledge. Informed searches like greedy search and A* use heuristics to more efficiently find solutions. The document covers properties of search algorithms, types of searches, and examples of uninformed and informed search techniques.