codinasion-archive / codinasion-monorepo

Community Monorepo
https://codinasion.org
MIT License
52 stars 170 forks source link

[Program]: Print inverted pyramid pattern #3638

Open harshraj8843 opened 1 year ago

harshraj8843 commented 1 year ago

Description

Write a program to print inverted pyramid pattern

Input   : 5

Output : 
1 2 3 4 5
1 2 3 4 
1 2 3
1 2
1

Contributed by - @PraaneshSelvaraj

Tracking Issues

pradeepch2107 commented 7 months ago

!assign