mchaver/nqueens-java

Type improvements

Opened this issue · 0 comments

board starts out as int[][] and gets converted into <ArrayList<ArrayList<Integer>>. Decide on one type and the pros and cons of a particular type.