Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: column Clear Filter

Solving LinkedIn Queens Using Haskell

June 24, 2025 ยท Agnishom Chattopadhyay [Thanks to James Haydon for his suggestions on improving the post and the code quality] On LinkedIn, you can play a variant of the N-Queens problem. A community version of the game (rather, puzzle) can be found here. Recently, we saw it solved using SAT solvers, using SMT Solvers, using APL and MiniZinc. Today, I will try solving it using Haskell, a slightly more conventional language. The Puzzle You are given a N-colored square-shaped board of size N.