Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yashkapure06/patterns

Welcome to Patterns Repository, here you can add many different star ( * ) patterns. Contribution to this project is always welcome. Raise a PR and Boom your pattern will be added in this repo.🎉🥳. Share with your friends and Add awesome * Patterns.
https://github.com/yashkapure06/patterns

collaborate community contribute contribute-here contribute-repository contributions-welcome design-patterns github github-pages hacktoberfest hacktoberfest2023 microsoftvisualstudio open-source pattern patterns patterns-java share star starpatterns student-vscode

Last synced: 5 days ago
JSON representation

Welcome to Patterns Repository, here you can add many different star ( * ) patterns. Contribution to this project is always welcome. Raise a PR and Boom your pattern will be added in this repo.🎉🥳. Share with your friends and Add awesome * Patterns.

Awesome Lists containing this project

README

        

# Patterns

1.Right Triangle
```

*
* *
* * *
* * * *
* * * * *
* * * * * *

```
2.Left Triangle
```
*
* *
* * *
* * * *
* * * * *
* * * * * *
```
3.Hill Pattern Triangle
```
* *
* * * *
* * * * * *
* * * * * * * *
* * * * * * * * * *
* * * * * * * * * * * *
```
4.Pyramid Pattern
```
*
***
*****
*******
*********
```
5.Reverse Pyramid Pattern
```
* * * * *
* * * *
* * *
* *
*
```
6.Diamond Pattern
```
*
***
*****
*******
*********
*******
*****
***
*
```
7.Square Pattern
```
* * * * * *
* * * * * *
* * * * * *
* * * * * *
* * * * * *
* * * * * *
```
8.Rectangle pattern
```
******
******
******
******
******
******
```
9.Decreasing Left Triangle Pattern
```
* * * * *
* * * *
* * *
* *
*
```
9.Decreasing Right Triangle Pattern
```
* * * * *
* * * *
* * *
* *
*
```
10.Right Pascles Triangle
```
*
* *
* * *
* * * *
* * * * *
* * * *
* * *
* *
*

```
11.Left Pascles Triangle
```
*
**
***
****
*****
****
***
**
*

```
12 Sandglass Star Pattern
```
* * * * *
* * * *
* * *
* *
*
*
* *
* * *
* * * *
* * * * *
```
13.Alphabet Star Pattern
```
****
* *
* *
* *
*****
* *
* *
* *
* *
```
14.Triangle Star Pattern
```
*
* *
* *
* *
* *
* *
* *
* *
*****************
```

15.Hollow Diamond Pattern
```
* * * * * * * * * *
* * * * * * * *
* * * * * *
* * * *
* *
* *
* * * *
* * * * * *
* * * * * * * *
* * * * * * * * * *

```
16.Christmas Tree Pattern
```
*
***
*****
*******
*********
***********
*************
*
*
*
```
17. Box Star Pattern
```
* * * * * *
* *
* *
* *
* *
* * * * * *
```