Exact Cover sudoku Solver

Solves Sudoku puzzles via dancing-links.

Pass in a 9x9 Sudoku puzzle array (of arrays) with 0's for empty slots. Returns a solved puzzle or null if the puzzle can't be solved.

Example example_val

Migrated from folder: sudoku/sudoku_solver_exact_cover