Search Algorithms
Discuss depth-first search (DFS), breadth-first search (BFS), and applications in problem solving.
Practice: implement DFS and BFS on simple graphs.
Introduction to search algorithms (DFS, BFS) and problem solving strategies.
Week 1
Introduction to search algorithms (DFS, BFS) and problem solving strategies.
Discuss depth-first search (DFS), breadth-first search (BFS), and applications in problem solving.
Practice: implement DFS and BFS on simple graphs.