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

Pmanish47/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

  • C++ 30.3%
  • Java 25.3%
  • Python 22.5%
  • C 16.1%
  • JavaScript 4.9%
  • Swift 0.9%