Exploring-Uninformed-Search-Methods

Exploring Uninformed Search Methods

A virtual AI lab notebook implementing and visualizing classic uninformed (blind) search algorithms in Python, with clear code and interactive visualizations. Perfect for students, researchers, and AI enthusiasts.


๐Ÿšฉ About


๐Ÿ“‹ Contents


๐Ÿ›  Installation

git clone https://github.com/willow788/Exploring-Uninformed-Search-Methods.git
cd Exploring-Uninformed-Search-Methods
pip install -r requirements.txt

Or install individually:

pip install networkx matplotlib

โ–ถ๏ธ Usage


๐Ÿ” Algorithms Implemented

Algorithm Script Visualization
Breadth-First Search (BFS) bfs.py โœ…
Depth-First Search (DFS) dfs.py โœ…
Uniform Cost Search (UCS) ucs.py โœ…
Depth-Limited Search (DLS) dls.py โœ…
Iterative Deepening DFS (IDDFS) iddfs.py โœ…
โ€ฆmore coming soon! ย  ย 

๐Ÿ–ผ Visual Example

 Example


๐Ÿค Contributing


โš–๏ธ License

MIT License


๐Ÿ‘‹ Contact

Maintained by @willow788
Questions or suggestions? Open an issue!