Hello,

For all of you who havent heard of the 8 queens problem, it is when you place 8 queens on the board where none of them are threating each other.

I am just wondering if you guys think this is a difficult problem to resolve in a C/C++ program. I know there are answers all over the net, but im trying to figure it out on my own. I have come up with a recursive solution and it seems ok. I am having diffuculty implementing it though. I have spent about an hour and a half.

My experience is as follows....
Did nothing in college, got some fundamentals, but nothing real. In the last year and a half I have been working real hard to componsate. I
So I say I have 2 years of educational experience. I guess this is more a problem solving than a programming question, In which I have more than 2 years experience. Just want to know what you guys think of the difficuly of this problem and others like it. Also where to find others like it.

spacedog