/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
Solving LinkedIn Queens Using Haskell
(imiron.io)
99 points
agnishom
| 1 comments |
24 Jun 25 07:29 UTC
|
HN request time: 0.398s
|
source
Show context
LandR
◴[
24 Jun 25 08:01 UTC
]
No.
44363857
[source]
▶
>>44363696 (OP)
#
Does anyone know of any algorithms for generating these game boards ?
That will produce challenging boards ?
replies(4):
>>44363901
#
>>44364142
#
>>44364419
#
>>44366320
#
1.
ethan_smith
◴[
24 Jun 25 13:56 UTC
]
No.
44366320
[source]
▶
>>44363857
#
Simulated annealing with a difficulty heuristic (like minimum required logical steps) works well - start with a valid solution, then randomly modify colors while maintaining uniqueness.
ID:
GO
↑