Skip to content

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

License

Notifications You must be signed in to change notification settings

chitholian/AI-Search-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e8165eb · Jul 5, 2019

History

2 Commits
Jul 5, 2019
Jul 5, 2019
Jul 5, 2019
Jul 5, 2019
Jul 5, 2019
Jul 5, 2019
Jul 5, 2019
Jul 5, 2019
Jul 5, 2019
Jul 5, 2019
Jul 5, 2019
Jul 5, 2019
Jul 5, 2019

Repository files navigation

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*

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages