Sudoku Py / C++11 / D?

maarten van damme maartenvd1994 at gmail.com
Sun Aug 19 17:13:29 PDT 2012


I'm using a static array.

I'm hesitating though if I should store possibilities in a precalculated
array or calculate them in-place. If i precalculate the possibilities i'd
have to copy them over and over so i don't know if it's smart.

Going even further I could even store a filled-in value as an array with
one possibilities...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d-learn/attachments/20120820/2c9a90b2/attachment.html>


More information about the Digitalmars-d-learn mailing list