Pratyusha-spec / Patternathon-22

CONTEST 9: 🥳 #patternathon-22🥳contribute to this repo by creating patterns in different languages. hacktoberfest2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

patternathon

Patterns

Create patterns and designs using your favourite programming language.


Some Examples

  • [PYRAMID]

        *    
       ***   
      *****  
     ******* 
    *********
  • [SQUARE]

    A B C D E
    A B C D E
    A B C D E
    A B C D E
    A B C D E
  • [TRIANGLE]

    * 
    * * 
    * * * 
    * * * * 
    * * * * * 
  • [ButterFly]

    *         *
    * *     * *
    * * * * * *
    * *     * *
    *         *
  • [Fish]

        *
       ***
      *****    *
     *******  **
    ************
     *******  **
      *****    *
       ***
        *

Create a new folder if you want to add shape.

⭐ the repo if you have made a PR ;)

About

CONTEST 9: 🥳 #patternathon-22🥳contribute to this repo by creating patterns in different languages. hacktoberfest2022

License:MIT License


Languages

Language:C++ 30.2%Language:Java 26.1%Language:Python 22.6%Language:C 16.4%Language:JavaScript 3.7%Language:Swift 1.0%