I want to create a 2D dynamic bool array (or char is fine too). I'm doing the n-queens problem and I've figured everything out except for this part. Any help?
Name:
Anonymous2006-01-09 4:28
>>19
Recursion is superior to iteration. Iteration is only used when your compiler is too shitty to optimize tail recursion.