Testing Squares and Codes

Testing getSudokuSquare, getSudokuCode from both algorithm and database

getSudokuSquareFromCode (db)

Based on the Sudoku code provided (in Base 36), will provide the Sudoku Array

getSudokuSquareFromIndex (db)

Based on the Sudoku index provided (in Base 10), will provide the Sudoku Array

getMaskSquareFromCode (db)

Based on the Mask code provided (in Base 36), will provide the Mask Array

getMaskSquareFromIndex (db)

Based on the Mask index provided (in Base 10), will provide the Mask Array

getSudokuSquareFromCode (algorithm)

Based on the Sudoku code provided (in Base 36), will provide the Sudoku Array

getSudokuSquareFromIndex (algorithm)

Based on the Sudoku index provided (in Base 10), will provide the Sudoku Array

getSudokuCode (algorithm)

Based on the Sudoku Array, will provide the Sudoku Code (in base 36)

getSudokuIndex (algorithm)

Based on the Sudoku Array, will provide the Sudoku Index (in Base 10)

getMaskSquareFromCode (algorithm)

Based on the Mask code provided (in Base 36), will provide the Mask Array

getMaskSquareFromIndex (algorithm)

Based on the Mask index provided (in Base 10), will provide the Mask Array

getMaskCode (algorithm)

Based on the Mask Array, will provide the Mask Code (in base 36)

getMaskIndex (algorithm)

Based on the Mask Array, will provide the Mask Index (in Base 10)

square0

Result:000000000