Skip to content

chitholian/AI-Search-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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