Skip to main content
Code Review

Return to Question

edited title
Link
Jamal
  • 35.2k
  • 13
  • 134
  • 238

How can I improve this Entry-level recursive Sudoku solver?

added 14 characters in body; edited tags; edited title
Source Link
Jamal
  • 35.2k
  • 13
  • 134
  • 238

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.

Complete code

Tweeted twitter.com/#!/StackCodeReview/status/358685708178833411
Removed the last part (after the code) that I forgot to remove before
Source Link

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.

Rearranged explanation a bit; removed second part of title (that particular question seems more relevant to Programmers SE)
Source Link
Loading
Source Link
mzi
  • 613
  • 4
  • 11
Loading
lang-cpp

AltStyle によって変換されたページ (->オリジナル) /