Your web browser must have JavaScript enabled in order for this application to display correctly.
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.