checks if placing Q at [row][col] is safe @param board 2D board char array @param N size of board @param row current row working on @param col current column working on @return true if it's safe to place Q at [row][col]; false if otherwise
(char[][] board, int N, int row, int col)
source not stored for this graph (policy: none)