Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

Implementation of Maze problem Solver using various State Space Searching Algorithms

Notifications You must be signed in to change notification settings

duyvo18/CS420-Lab01-AI_Searching_Algos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS420_Lab01_AI-Searching-Algos

Solving the Maze problem using five differents State Space Searching Algorithms:

  • Uniform Cost Search
  • Iterative Deepening Search
  • Depth Limited Search
  • Greedy Best First Search
  • A-Star Search

The problem statement can be found in \DOCUMENT\2021-CS420-19CTT-Lab01.pdf.

The report can be found in \DOCUMENT\document.pdf.

About

Implementation of Maze problem Solver using various State Space Searching Algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages