Files | |
file | dfs_tests.c |
This file contains the functions that test the depth first search algorithm with a simulated navigator. | |
file | floodfill_tests.c |
This file contains the tests for the floodfill algorithm. | |
file | navigation_tests.c |
Tests the combined navigational functions. | |
file | pathfinding_tests.c |
This file contains the tests for the A* pathfinding algorithm. | |
file | project_test.c |
This file runs the tests for the project. | |