What are planning and searching?Cost of computation: The reason for smart algorithmsProblems that search algorithms can solveRepresenting state: Creating a framework to represent problem spaces and solutionsUninformed search: Looking blindly for solutionsBFS: Looking wide before looking deepDFS: Looking deep before looking wideUse cases for uninformed search algorithmsOptional: More about graph categoriesOptional: More ways to represent graphs