Skip to content

academixxx/search-algorithms-py

Repository files navigation

Fundamental Search Algorithms ( Problem Set 1 )

fundamental search algorithms used to solve pathfinding problems in graphs. Intro to Artificial Intelligence course.

Implemented Algorithms

  • Breadth-First Search (BFS)
  • Depth-First Search (DFS)
  • Greedy Best-First Search (GBFS)
  • A*

Technologies Used

  • Python 3

Usage

Clone the repository and run the program:

git clone https://github.com/jksalcedo/search-algorithm-py.git
cd search-algorithm-py
python main.py

About

Implementation of fundamental search algorithms (BFS, DFS, GBFS, A) for pathfinding in graphs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages