Implementing hashing capabilities to the Board class.
This commit is contained in:
parent
a264075c1f
commit
56294257de
8
src/Assignments/A1/resources/Constants.java
Normal file
8
src/Assignments/A1/resources/Constants.java
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
package Assignments.A1.resources;
|
||||||
|
|
||||||
|
public class Constants {
|
||||||
|
|
||||||
|
/* Used to prevent DFS from going down only 1 branch */
|
||||||
|
public static final int MAX_DEPTH = 100;
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user