Skip to content

valenciawir/Pattern-Competitive-Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Pattern Competitive Programming Problem

If the input number is Odd

The output is a triangle pattern with "&"

Example answer:

image

If the input number is Even

The output is a parallelogram pattern with combination of "*" and "#"

Example answer:

image

Constraint

N<=1000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages