Number Pattern Problem Statement

Given an integer 'N', print a specific pattern on 'N' lines where numbers are aligned in a particular format.

Example:

Input:
N = 4
Output:
   1
232
34543
4567654
Explanation:

The pattern has N rows, the numbers increment in each row starting from the row number. Dots (.) in the representation denote spaces for clarity and are not part of the output.

Constraints:

  • 1 ≤ N ≤ 100
Note:

The given pattern aligns numbers with spaces to form a pyramid-like structure. Make sure spaces before numbers are managed correctly in printed output without using dots.

Be the first one to answer
Add answer anonymously...
HexaView Technologies Applications Engineer Interview Questions
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+

Reviews

4 L+

Interviews

4 Cr+

Salaries

1 Cr+

Users/Month

Contribute to help millions

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

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter