Skip to content

Analysis of various informed/uniformed search techniques like BFS/DFS/A* .

Notifications You must be signed in to change notification settings

arpan14/GraphSearchTechniques

Repository files navigation

GraphSearchTechniques

The repository has the C++ implementation of various graph search techniques to solve the 8 puzzle problem. Similar to - https://en.wikipedia.org/wiki/15_puzzle

This was done as part of my academic curriculum of Artificial Intelligence course.

The repository contains the analysis of various informed/uniformed search techniques like BFS/DFS/A* along with the run time analysis for some sample inputs.

About

Analysis of various informed/uniformed search techniques like BFS/DFS/A* .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages