pratik-choudhari / AlgoCode

Welcome everyone!🌟 Here you can solve problems, build scrappers and much more💻
https://github.com/pratik-choudhari/AlgoCode
MIT License
131 stars 166 forks source link

Mirrored rhombus #278

Closed pratik-choudhari closed 4 years ago

pratik-choudhari commented 4 years ago

Feature ✅

Description

A rhombus is a shape which has all sides congruent, opposite sides parallel and diagonals crossing at 90 degrees. Given number of rows print a valid mirrored rhombus

Example

Input: 4 Output:

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

Contributors are supposed to mention their coding language while asking for assignment

TheBlckCat commented 4 years ago

Hi ✌️, I want to work on this issuein.

Monigingir commented 4 years ago

Hi Pratik, please can this be assigned to me, i would like to use python. It is in a branch (https://github.com/pratik-choudhari/AlgoCode/compare/master...Monigingir:mirroredRhombus?expand=1)

TheBlckCat commented 4 years ago

If I have to choose the language, I would like to do it in C (remember I asked for it first hahaha)

pratik-choudhari commented 4 years ago

@TheBlckCat Yup, assigned in C.

almas-ashruff commented 4 years ago

Assign in Java. Thanks.