Sudoku: Difference between revisions

Content added Content deleted
m (→‎Functional Recursive Backtrack Solution: Simplified row constraint test)
Line 1,833: Line 1,833:
using static System.Console;
using static System.Console;
using System.Collections.Generic;
using System.Collections.Generic;
using System;
using System.IO;


namespace Sudoku {
namespace Sudoku {