+ 4
How to program the 8 queens with a recursive function?
4 Respuestas
+ 3
Sorry could you explain 8 minister? Is it a riddle? Is it similar to the 8 queens chess riddle?
+ 2
sorry.I mean 8queens
+ 1
I want program very simple
0
Ok! Thx! Interesting. There are already solutions available on internet.
BUT your question inspired me to think about a solution in metaprogramming, means c++ templates etc. Because it is a static problem metaprogram should be able to find a solution (no runtime only compile time solution).
Of course not a walk in park.