Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/yashkapure06/patterns
- Owner: Yashkapure06
- Created: 2022-08-06T14:19:36.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-01T10:55:22.000Z (13 days ago)
- Last Synced: 2024-11-01T11:28:13.753Z (13 days ago)
- Topics: 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
- Language: Java
- Homepage: https://yashkapure06.github.io/Patterns/
- Size: 36.1 KB
- Stars: 9
- Watchers: 2
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```
* * * * * *
* *
* *
* *
* *
* * * * * *
```