Sudoku is a logic based, combinatorial number-placement puzzle [wikipedia]. I just created a sudoku number generator in java console.You can also use this method for generating sudoku numbers easily in GUI. I used a easy approach for generating sudoku numbers.I use this project mainly for making a simple generator.This is working fine.Voila!
Check it on https://ideone.com/rbHDGh.… Read more