how is Sudoku an np-complete problem? according to wiki, to be classed as an np-complete problem it must satisfy 2 conditions
- problem must be in np
- every other problem in np must be reducible to given problem in polynomial time
how is the second condition satisfied? can you give an example? for instance, I don't see any correlation between Sudoku problem and the travelling salesman problem or knapsack problem
(kindly forgive poor formatting as I'm typing this question on my mobile device)