-
Notifications
You must be signed in to change notification settings - Fork 127
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
CREATE HOLLOW RHOMBUS PATTERN #52
Comments
ADD IN PATTERNS FOLDER |
I would like to work on this issue. |
assigning to u |
I will solve this issue right on 1st of october as it will then count for hactoberFest. |
hi can i contribute in this issue? |
yeah |
dont you think that the pattern you want is wrong? |
no its correct |
let me know if u face any difficulty |
actually i have written the code but i faced difficulty in the first and last row instead of getting n stars in i got n + 1 start in first and last row only. |
yes ofcourse |
please tell |
hi do you want assistance in code |
i have created a cpp code for this you can look at it https://github.com/akshitagupta15june/100daysofcode_hackerblock_akshita/blob/master/hollow_rhombus_pattern.cpp |
try seeing the way |
ohk thank you |
no problem |
Take N (number of rows), print the following pattern (for N = 5).
Input Format
Constraints
0 < N < 10 (where N is an odd number)
The text was updated successfully, but these errors were encountered: