How can I improve this Entry-level recursive Sudoku solver?
How can I improve this recursive sudokuSudoku solver?
I've been asked to attach a C++ code sample to my application for an entry-level C++ programmer position in a videogame company. I I've created a simple, yet complete console application to solve sudokuSudoku problems. How can I improve the code that I have?
Please do comment on the algorithm, the code practices, presentation, or anything else. It's one of my first attempts to also setupset up unit tests with my code.
Complete code: http://ideone.com/iaNvZ4Complete code
How can I improve this recursive sudoku solver?
I've been asked to attach a C++ code sample to my application for an entry-level C++ programmer in a videogame company. I created a simple, yet complete console application to solve sudoku problems. How can I improve the code that I have?
Please do comment on the algorithm, the code practices, presentation, or anything else. It's one of my first attempts to also setup unit tests with my code.
Complete code: http://ideone.com/iaNvZ4
How can I improve this recursive Sudoku solver?
I've been asked to attach a C++ code sample to my application for an entry-level C++ programmer position in a videogame company. I've created a simple, yet complete console application to solve Sudoku problems. How can I improve the code that I have?
Please do comment on the algorithm, the code practices, presentation, or anything else. It's one of my first attempts to also set up unit tests with my code.
I am interested in all sorts of comments – please do comment on the algorithm, the code practices, presentation, or anything else that you think is important.
It's one of my first attempts to also setup unit tests with my code.
Thanks a lot.
I am interested in all sorts of comments – please do comment on the algorithm, the code practices, presentation, or anything else that you think is important.
It's one of my first attempts to also setup unit tests with my code.
Thanks a lot.
- 35.2k
- 13
- 134
- 238