Made all variables and parameter final where available
This commit is contained in:
8
test/search/heuristic/AStarTest.java
Normal file
8
test/search/heuristic/AStarTest.java
Normal file
@ -0,0 +1,8 @@
|
||||
package search.heuristic;
|
||||
|
||||
import static org.junit.jupiter.api.Assertions.*;
|
||||
|
||||
class AStarTest
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user