fundamental search algorithms used to solve pathfinding problems in graphs. Intro to Artificial Intelligence course.
- Breadth-First Search (BFS)
- Depth-First Search (DFS)
- Greedy Best-First Search (GBFS)
- A*
- Python 3
Clone the repository and run the program:
git clone https://github.com/jksalcedo/search-algorithm-py.git
cd search-algorithm-py
python main.py