N Queens Problem

Given an integer N, find all possible placements of N queens on an N x N chessboard such that no two queens threaten each other.

Explanation:

A queen can attack another queen if they are in the same row, column, or diagonal. You need to find and print all valid configurations where queens do not attack each other.

Input:

Single integer 'N' representing the size of the chessboard and the number of queens.

Output:

Each line represents one valid chessboard configuration with 'N' queens. Each line contains 'N * N' elements (0 and 1) printed in a single row and separated by spaces. '1' indicates a queen's position, whereas '0' indicates an empty space.

Example:

Input:
4
Output:
0 0 1 0 1 0 0 0 0 0 0 1 0 1 0 0
0 1 0 0 0 0 0 1 1 0 0 0 0 0 1 0

Constraints:

  • 1 <= N <= 10
  • Time Limit: 1 sec
Note:
You do not need to print anything, as it is already handled. Just implement the function as specified.
AnswerBot
4mo

The N Queens Problem involves finding all possible placements of N queens on an N x N chessboard where no two queens threaten each other.

  • Use backtracking algorithm to explore all possible configuratio...read more

Help your peers!
Select
Add answer anonymously...

MagicBricks Software Developer interview questions & answers

A Software Developer was asked Q. Launch modes on android
A Software Developer was asked Q. Sort 0 1 2 Problem Statement Given an integer array arr of size 'N' containing o...read more
A Software Developer was asked Q. Ninja and Substrings Problem Statement Ninja has to determine all the distinct s...read more

Popular interview questions of Software Developer

A Software Developer was asked Q1. Launch modes on android
A Software Developer was asked Q2. Sort 0 1 2 Problem Statement Given an integer array arr of size 'N' containing o...read more
A Software Developer was asked Q3. Ninja and Substrings Problem Statement Ninja has to determine all the distinct s...read more
MagicBricks Software Developer Interview Questions
Stay ahead in your career. Get AmbitionBox app
play-icon
play-icon
qr-code
Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+

Reviews

10L+

Interviews

4 Cr+

Salaries

1.5 Cr+

Users

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter
Profile Image
Hello, Guest
AmbitionBox Employee Choice Awards 2025
Winners announced!
awards-icon
Contribute to help millions!
Write a review
Write a review
Share interview
Share interview
Contribute salary
Contribute salary
Add office photos
Add office photos
Add office benefits
Add office benefits