"As we were expecting our fourth child, Layla, it felt like I had come full circle since my first sudoku escapade, and decided to dedicate the puzzle to her." - I love this!
473 days ago [-]
qsort 473 days ago [-]
In case anybody's wondering what Prolog is for. There you go.
daoudc 472 days ago [-]
Ha, well I used to teach Prolog and yes, you could solve it using Prolog but I think it would be horribly slow without Knuth's magic algorithm.
qsort 472 days ago [-]
I think in this specific case the size is small enough that you could handle it -- 9! ~= 360,000.
But yeah, your point is well taken. On the logic programming side, ASP is probably a better fit.
473 days ago [-]
Rendered at 13:53:38 GMT+0000 (Coordinated Universal Time) with Vercel.
But yeah, your point is well taken. On the logic programming side, ASP is probably a better fit.