aaryahjolia / dsa_competitive-coding

A repository to learn deep competitive coding algorithms along with DSA.
MIT License
97 stars 119 forks source link

[GSSOC'23] Add ZigZag Pattern in Pattern Directory #506

Open bhartik021 opened 1 year ago

bhartik021 commented 1 year ago

This commit adds a new ZigZag pattern code implementation to the Pattern directory. The ZigZag pattern is a popular design that creates a visually appealing and dynamic effect. The code generates a ZigZag pattern using asterisks (*) and spaces, allowing users to specify the size and number of repetitions. This addition enhances the collection of patterns available in the directory and provides users with more options for their projects or applications.

bhartik021 commented 1 year ago

Please assign this issue to me under GSSoC'23