This repository hosts the solutions for the "Uninformed Search & Informed Search". It focuses on implementing and analyzing various search algorithms in AI.
- Search Algorithms: Implementations of breadth-first, depth-first, and more.
- Route Finding: Solutions to find routes between cities using different strategies.
- Social Network Graph Analysis: Exploration of graph algorithms in social networks.
- Heuristics Analysis: Discussion on admissibility of different heuristics.`
Navigate to each task folder for specific algorithm implementations and analyses.