Class PathBestTest
java.lang.Object
topics.backtracking.paths.PathBestTest
Validation Suite for Shortest Path (Un-pruned)
Validates that the exhaustive search correctly identifies the shortest path by evaluating all possible valid simple paths to the target.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PathBestTest
PathBestTest()
-
-
Method Details
-
testPathBest
@Test @DisplayName("Should find the absolute shortest path by exploring the entire state space") void testPathBest()
-