Sudoku is actually a pretty easy problem computationally, I'd do the whole
thing in Python, unless you aren't as comfortable doing fancy algorithms
(usually easier, anyway, unless you aren't used to the language, or really
need static typing) in Python.. but then this would be a good opportunit
Hi!
Actually, I'm writing sudoku solver. So, I'd write my logic in C but when it
comes to GUI, I feel that python is much easier than doing in C.
What I'm looking at is, take input from python program with graphic
interface and passing it to my C program file then solve the puzzle and
again passin