Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TRIANGLE PATTERN #53

Open
akshitagupta15june opened this issue Sep 26, 2020 · 6 comments
Open

TRIANGLE PATTERN #53

akshitagupta15june opened this issue Sep 26, 2020 · 6 comments

Comments

@akshitagupta15june
Copy link
Member

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
Copy link
Member Author

ADD IN PATTERN FOLDER

@Mani5871
Copy link
Contributor

I would like to work on this

@Mani5871
Copy link
Contributor

I worked on this patttern and I think we will get a pyramid for 0<N<=5. For 6 the triangle is deviating due to double digits. I will be glad if someone could assist me in this

@Mani5871
Copy link
Contributor

Please check the pull request

@charchitmangal
Copy link

I want to Work on this Issue

@ap-jain
Copy link
Contributor

ap-jain commented Sep 28, 2020

@akshitagupta15june i want to work on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants