not getting output
what’s wrong in my code ?
N-queen problem (backtracking)
how to find the number of ways to place n queens ?
in above code we print the pattern .
@souravraj024 take a global cnt variable and after printing dont return true return false so all other options are checked
