Online Sudoku Solver

Feed problem to the solver and then click on "Solve".
It uses Graph Coloring backtracking algorithm to solve the problem. Which in nature is a NP-Complete problem.
By Eighty_Coffee.