Binary Pattern Problem Statement

Given an input integer N, your task is to print a binary pattern as follows:

Example:

Input:
N = 4
Output:
1111
000
11
0
Explanation:

The first line contains 'N' 1s. The next line contains 'N - 1' 0s, followed by 'N - 2' 1s on the next line, and so forth.

Input:

The first line of input contains an integer 'T' representing the number of test cases.
The first line of each test case contains a single integer 'N'.

Output:

For each test case, print 'N' lines containing the pattern, where the 'I-th' line contains N - I + 1 numbers alternatively being 1 or 0, depending on the 'I' value.

Constraints:

  • 1 ≤ T ≤ 10
  • 1 ≤ N ≤ 103
  • Time Limit: 1 sec
AnswerBot
4mo

Print a binary pattern based on input integer N in a specific format.

  • Given an input integer N, print a binary pattern as described in the problem statement.

  • Start with N 1s on the first line, then alte...read more

Help your peers!
Select
Add answer anonymously...
INCA INFOTECH TECHNOLOGIES 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