Add a 2d grid to the java side of the code.
Add a 2d grid to the java code. It uses List<> to make the 2d grid itself, but hides all implementation details, to allow for future modifications.
Loading
Please register or sign in to comment
Add a 2d grid to the java code. It uses List<> to make the 2d grid itself, but hides all implementation details, to allow for future modifications.