The following files were developed for the reaserch.
mmCode.java - class representing a mastermind
code
mmResult.java - class representing a mastermind
response
depthSearch.java - the code for the deep search algorithm
mmSolver.java - the code for the heuristic
algorithm
mmTester.java - runs the mmSolver