Y
Hacker News
new
|
ask
|
show
|
jobs
by
corporateslave5
2311 days ago
I’ve gotten solving a sudoku puzzle as an interview question, to be implemented in full in 45 mins.
1 comments
Recursing
2311 days ago
Same (not as an interview, as coding challenge), using simple backtracking and a high level language it's really easy. My solution wasn't anywhere near as good as Norvig's, though. (And today I would just use z3)
link