Skip to content

lc1995/GraphSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introudction

This is a basic realization about graph and graph search in Unity. It contains four algorithm in graph search:

  • Depth First Search
  • Breadth First Search
  • Dijkstra
  • AStar(Using Manhattan distance as the heuristic)

It also includes two basic demo scene to test the algorithm. You can change the code in TestGraph.cs and Map.cs to change the testing. For the reference you can check the book Chapter 5 by Mat Buckland.

About

This is a basic demonstration about graph search in Unity.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages