"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!
346 days ago [-]
qsort 346 days ago [-]
In case anybody's wondering what Prolog is for. There you go.
daoudc 346 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 346 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.
346 days ago [-]
Rendered at 04:36: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.