Using BackTracking Algorithm in C
A Sudoku Solver was designed in C. This takes in double character array (the Sudoku Puzzle) and attempts to solve it (assuming the puzzle is solvable).
How can you communicate?