Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hhhrrrttt222111/patterns

Patterns in different programming languages
https://github.com/hhhrrrttt222111/patterns

c cpp hacktoberfest java pattern-printing patterns python ruby

Last synced: about 2 months ago
JSON representation

Patterns in different programming languages

Awesome Lists containing this project

README

        

# Patterns

## Create patterns and designs using your favourite programming language.


## Some Examples
* ### [PYRAMID](https://github.com/hhhrrrttt222111/Patterns/tree/main/PYRAMID)
```
*
***
*****
*******
*********
```

* ### [SQUARE](https://github.com/hhhrrrttt222111/Patterns/tree/main/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](https://github.com/hhhrrrttt222111/Patterns/tree/main/TRIANGLE)
```
*
* *
* * *
* * * *
* * * * *
```

* ### [ButterFly](https://github.com/hhhrrrttt222111/Patterns/tree/main/SQUARE)
```
* *
* * * *
* * * * * *
* * * *
* *
```
* ### [Fish](https://github.com/hhhrrrttt222111/Patterns/tree/main/FISH)
```
*
***
***** *
******* **
************
******* **
***** *
***
*
```

## Create a new folder if you want to add shape.

### ⭐ the repo if you have made a PR ;)