another technique that might work well in solving the sudoku game is local search. please design a local search algorithm that is likely to solve sudoku quickly, and write it in pseudo- code. you may want to look at the walksat algorithm for inspiration. do you think it will work better or worse than the best incremental search algorithm on easy problems? on hard problems? why?