AI-Search-Algorithms icon indicating copy to clipboard operation
AI-Search-Algorithms copied to clipboard

This is an educational repository containing implementation of some search algorithms in Artificial Intelligence.

Some Search Techniques in Artificial Intelligence

This repository is a part of the Lab assignments of the course CSE 714 (Artifical Intelligence Lab).

Here, I tried to implement some Search Algorithms (in Python 3.7.3) including:

  • Breadth First Search
  • Depth First Search
  • Uniform Cost Search
  • Depth Limited Search
  • Iterative Deepening Search
  • Bi-Directional Search
  • Best First Search
  • Greedy Search
  • A* Search
  • Iterative Deepening A*