Suppose I have to print places where queen is then how it will be printed ??
N-Queen using Bit-Sets
by the bitset method u cannot print the possible solution the recursive approach should be used in that case
Suppose I have to print places where queen is then how it will be printed ??
by the bitset method u cannot print the possible solution the recursive approach should be used in that case