Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hhhrrrttt222111/patterns
- Owner: hhhrrrttt222111
- Created: 2020-12-01T12:01:26.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-24T16:46:51.000Z (over 2 years ago)
- Last Synced: 2023-03-06T20:17:24.940Z (almost 2 years ago)
- Topics: c, cpp, hacktoberfest, java, pattern-printing, patterns, python, ruby
- Language: C++
- Homepage:
- Size: 349 KB
- Stars: 31
- Watchers: 4
- Forks: 111
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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 ;)