akshitagit / CPP

Repository for C++/C codes and algos.
https://github.com/akshitagupta15june
MIT License
493 stars 433 forks source link

CREATE A HOLLOW RHOMBUS PATTERN #154

Open akshitagupta15june opened 4 years ago

akshitagupta15june commented 4 years ago

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

 * * * * *
 * *   * *
 *       *
 * *   * *
 * * * * *

Input Format

Constraints

0 < N < 10 (where N is an odd number)

akshitagupta15june commented 4 years ago

ADD IN PATTERNS FOLDER

Jaideep07 commented 4 years ago

I would love to do this 😃 can you assign it to me

akshitagupta15june commented 4 years ago

assigning to u

Jaideep07 commented 4 years ago

Thank you, will send a PR on oct 1😜

akshitagupta15june commented 4 years ago

no problem

hritikkhurana10sm commented 4 years ago

Can I work on this as a part of hacktober fest 2020. please assign .

akshitagupta15june commented 4 years ago

ok assigning to u

hritikkhurana10sm commented 4 years ago

Thank u so much

sagarr70 commented 4 years ago

Can you assign this to me? I want to work on it.

pranshu2105 commented 2 years ago

Please assign this to me.