Week 1 - Search Algorithms

Week 1

Introduction to search algorithms (DFS, BFS) and problem solving strategies.

Search Algorithms

Discuss depth-first search (DFS), breadth-first search (BFS), and applications in problem solving.

Practice: implement DFS and BFS on simple graphs.