Skip to content

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

License

Notifications You must be signed in to change notification settings

mattagajamgangothri/Patternathon-22

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 34.0%
  • Java 23.2%
  • C++ 22.4%
  • C 13.6%
  • JavaScript 3.3%
  • PowerShell 2.4%
  • Other 1.1%