Solving LinkedIn Queens with Haskell - Post
LinkedIn Queens is a variant of the N-Queens problem. Recently, the blogosphere has seen some interest in solving it with various tools: using SAT solvers, using SMT Solvers, using APL and MiniZinc.
This one uses a conventional programming language.