Number Pattern

Easy
0/40
14 upvotes
Asked in companies
OlaDaffodil SoftwarePaxcom

Problem statement

Pattern for N = 4

1
23
345
4567
Detailed explanation ( Input/output format, Notes, Images )
Input Format :
N (Total no. of rows)
Output Format :
Pattern in N lines
Sample Input 1 :
3
Sample Output 1 :
1
23
345
Approaches (1)
Time Complexity
Space Complexity
Code Solution
(100% EXP penalty)
Number Pattern
Full screen
Console