This document discusses various uninformed search techniques including breadth-first search (BFS), depth-first search (DFS), uniform cost search, and others. It provides descriptions of each technique including concepts, properties, advantages, and disadvantages. Uniform cost search is described as expanding nodes in order of cost from the source to ensure the lowest cost node is selected, making it complete and optimal/admissible.
Related topics: