Skip to content

It has searching algorithms which can be used in game theory to reach the goal state from initial state

Notifications You must be signed in to change notification settings

nagarajg17/AISearchAlgorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

AISearchAlgorithms

It has searching algorithms which can be used in game theory to reach the goal state from initial state A* search algorithm is used to solve many problems like finding path in maze with obstacles,to search an node in tree etc. This algorithm is unique compared to other searching techniques because it uses a heuristic to predict the next move every step. Iterative deeping search combines space efficiency of DFS and time efficiency of BFS to search a node in tree.

About

It has searching algorithms which can be used in game theory to reach the goal state from initial state

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages