INF2004-Project v0.1
 
Loading...
Searching...
No Matches
pathfinding Directory Reference
Directory dependency graph for pathfinding:

Files

file  a_star.c
 Source file for the implementation of the a* algorithm.
 
file  a_star.h [code]
 Header file for the a* algorithm.
 
file  binary_heap.c
 Source file for the binary min-heap used in the a* algorithm and floodfill algorithm.
 
file  binary_heap.h [code]
 This file contains the declarations for the binary min-heap used in the a* algorithm.
 
file  dfs.c
 Runs the depth first search algorithm on a maze.
 
file  dfs.h [code]
 Header file for the depth first search algorithm for mapping the maze.
 
file  floodfill.c
 This file contains the implementation of the floodfill algorithm for mapping the maze and determining a path to the end.
 
file  floodfill.h [code]
 This file contains the function prototypes for the floodfill algorithm for mapping of the maze.
 
file  maze.c
 Contains the implementation of utility maze functions.
 
file  maze.h [code]
 Header file for the maze data structure and public functions.