Modified my core code to be able to compile under "make single"
authorstephey <stephey>
Sat, 10 Apr 2010 05:59:51 +0000 (05:59 +0000)
committerstephey <stephey>
Sat, 10 Apr 2010 05:59:51 +0000 (05:59 +0000)
commit79e831829544b347269ffd72a2d0ab4ec0e180ef
tree55a8d9c0db272f63bdba6995ea1398b575ab4e1e
parent9478f1171a79b4dce25596759db2a2cb1831107c
Modified my core code to be able to compile under "make single"

Notes:
-Compiler does not do as many int/Integer impicit-casts as the Java compiler; result is much time spent following compiler errors to fix casting ambiguities

-ArrayList.java is ported from the Java library with Exceptions removed and only retains roughly half the built-in functions.

Future Plans:
-Impelment parsing and writing files to gain farmiliarity with using I/O.
Robust/src/Tests/mlp/stephen/ArrayList.java
Robust/src/Tests/mlp/stephen/Board.java [new file with mode: 0644]
Robust/src/Tests/mlp/stephen/BoxLocation.java [new file with mode: 0644]
Robust/src/Tests/mlp/stephen/PossibleNumbers.java [new file with mode: 0644]
Robust/src/Tests/mlp/stephen/Solver.java [new file with mode: 0644]
Robust/src/Tests/mlp/stephen/Test.java [new file with mode: 0755]