JavaScript icon indicating copy to clipboard operation
JavaScript copied to clipboard

TRIANGLE PATTERN

Open akshitagupta15june opened this issue 4 years ago • 5 comments

Take N (number of rows), print the following pattern (for N = 4).

                   1 
                 2 3 2
               3 4 5 4 3
             4 5 6 7 6 5 4

Input Format

Constraints

0 < N < 10

akshitagupta15june avatar Sep 26 '20 05:09 akshitagupta15june

can you assign it to me?

ritik-gupta avatar Sep 26 '20 10:09 ritik-gupta

i can do this!!

assign me pls!

raman-thakur avatar Sep 26 '20 13:09 raman-thakur

ok assigning

akshitagupta15june avatar Sep 26 '20 17:09 akshitagupta15june

Hey may I try giving another PR @akshitagupta15june

saumya66 avatar Sep 27 '20 04:09 saumya66

Working on this @akshitagupta15june

raj5036 avatar Oct 21 '20 13:10 raj5036