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

Palindromic pyramid #277

Closed pratik-choudhari closed 3 years ago

pratik-choudhari commented 3 years ago

Feature ✅

Description

The palindromic number are the number whose reverse is equal to the original number. Given number of rows print a valid palindromic pyramid.

Example

Input: Enter number of row: 5 Output: 1 121 12321 1234321 123454321

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

Harshalszz commented 3 years ago

Hey! can I work on this in Python.

AyeshW commented 3 years ago

Hi, I can work on this in Java.

Harshalszz commented 3 years ago

Hey! can I work on this in C++ also.

Isha2208 commented 3 years ago

Hey, can i work on it using C++/C

pratik-choudhari commented 3 years ago

@Harshalszz No you can't buddy. @Isha2208 Limit is surpassed.

bgbenzer commented 3 years ago

Hi, Can i try this one with C#

anshika0207 commented 3 years ago

@pratik-choudhari can you assign this to me? I can code in c++