←back to thread

99 points agnishom | 3 comments | | HN request time: 0.618s | source
1. xdavidliu ◴[] No.44367196[source]
I believe I first encountered this problem while working through SICP. Was confused why it's called Linkedin queens, since this problem is a classical one in CS that definitely pre-dated the existence of Linkedin.
replies(2): >>44367305 #>>44367366 #
2. ◴[] No.44367305[source]
3. teach ◴[] No.44367366[source]
LinkedIn's daily Queens puzzle is different than the classical problem in two ways: it adds colored regions which also must have exactly one queen, and it relaxes the diagonal constraint -- queens are allowed in the same diagonal as long as they are not adjacent.