Skip to content

xenomorpheus/abstract_astar_search_c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A* Search written in C.

Build Status

This A* Search is written in an abstract manner, that is independant of the implementation of the ModelState etc.

To prove this A* Search is independant of implementation, two different implementations are provided:

  1. Graph A* Search: test/test_ai_search_demo_graph.c

  2. Grid A* Search: test/test_ai_search_demo_grid.c

This is a CMake project with unit tests.

About

An Abstract A-Star Search Implementation written in C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published