Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 455 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 455 Bytes

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*