Giter Site home page Giter Site logo

hhhrrrttt222111 / patterns Goto Github PK

View Code? Open in Web Editor NEW
32.0 4.0 111.0 357 KB

Patterns in different programming languages

C++ 39.78% Python 20.55% C 10.82% Java 23.36% Go 0.84% Swift 0.35% JavaScript 2.27% Perl 2.03%
cpp c python java ruby patterns pattern-printing hacktoberfest

patterns's Introduction

Patterns

Create patterns and designs using your favourite programming language.


Some Examples

        *    
       ***   
      *****  
     ******* 
    *********
    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
    * 
    * * 
    * * * 
    * * * * 
    * * * * * 
    *         *
    * *     * *
    * * * * * *
    * *     * *
    *         *
        *
       ***
      *****    *
     *******  **
    ************
     *******  **
      *****    *
       ***
        *

Create a new folder if you want to add shape.

⭐ the repo if you have made a PR ;)

patterns's People

Contributors

1337kid avatar anitha-s-menon avatar anniesaxena avatar aramis1821 avatar bt avatar dhan1293 avatar hhhrrrttt222111 avatar jabirafarhath avatar kishanbagga avatar luvksahu avatar maniprakash123-creator avatar meditatingpanda avatar mounvip1525 avatar nmndv avatar p1kaachu avatar panvicka avatar parashuram-78 avatar pratyushshekhar avatar rhopkins7428 avatar riddhi9570 avatar ritz2626 avatar rupal1503 avatar sanskaromar avatar sharunmonn avatar shikha785 avatar shimilsabraham avatar shubhani25 avatar starkl7 avatar syedmazharaliraza avatar tushar152 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

patterns's Issues

Fish Pattern in CPP

I would like to contribute to this repo by adding code for the Fish pattern in C++.
The pattern for n = 5 is as follows:
____x
___xxx
__xxxxx ___x
_xxxxxxx__xx
xxxxxxxxxxxx
_xxxxxxx__xx
__xxxxx____x
___xxx
____x

Please assign me this under hacktoberfest label.

Floyd's triangle in C

I would like to contribute to this repo by adding code for Floyd's triangle.
The pattern is as follow:
1
2 3
4 5 6
7 8 9 10
11 12 13 14

Please assign me this under hacktoberfest label.

BUG FIX: Sorting all the folders properly

The files in most of the folders of this repo are not sequentially arranged. ie after file 1, file 11 shows up instead of file 2. I would like to fix this issue and improve the readability of the repo. Please assign me this under hacktoberfest.

Palindromic Pattern in CPP

I would like to contribute to this repo by adding code for the Palindromic pattern in C++.
The pattern for n = 4 is as follows:
_1
_2 1 2
3 2 1 2 3
4 3 2 1 2 3 4

Please @hhhrrrttt222111 assign me this under hacktoberfest label.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.