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

Floyd's triangle #275

Closed pratik-choudhari closed 3 years ago

pratik-choudhari commented 3 years ago

Feature ✅

Description

Floyd’s triangle, named after Robert Floyd, is a right-angled triangle that is made up using natural numbers. It starts from 1 and consecutively selects the next greater number in the sequence. Given number of rows program should print a valid triangle.

Example

Input: 5 Output:
1
2 3
4 5 6
7 8 9 10
11 12 13 14 15

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

argha-dot commented 3 years ago

@pratik-choudhari can you assign me this? I can code in python

almas-ashruff commented 3 years ago

Can you assign this to me in C++?

alvinuday commented 3 years ago

Hi, i would like to code this program in Python, can you please assign it to me

pratik-choudhari commented 3 years ago

@alvinuday It has been assigned to @argha-dot for python.

rileyhgrant commented 3 years ago

Hey @pratik-choudhari, may I be assigned this for Java?

raj2729 commented 3 years ago

Hi @pratik-choudhari i would like to code this program in Python, can you please assign it to me ?

pratik-choudhari commented 3 years ago

@raj2729 Sorry it has been assigned in python to @argha-dot

raj2729 commented 3 years ago

@raj2729 Sorry it has been assigned in python to @argha-dot

Okay no problem , thank you

bgbenzer commented 3 years ago

Hi, Can I try this with C#