https://github.com/mhdzhhan/cpp-pattern-programs
It is helpful to improve our logic :)
https://github.com/mhdzhhan/cpp-pattern-programs
cpp pattern
Last synced: over 1 year ago
JSON representation
It is helpful to improve our logic :)
- Host: GitHub
- URL: https://github.com/mhdzhhan/cpp-pattern-programs
- Owner: mhdZhHan
- Created: 2022-05-07T18:43:18.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-07T18:45:45.000Z (about 4 years ago)
- Last Synced: 2025-01-24T09:23:50.437Z (over 1 year ago)
- Topics: cpp, pattern
- Language: C++
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## C++ Pattern printing programs
### pgm_1.cpp
```
*
* *
* * *
* * * *
* * * * *
```
### pgm_2.cpp
```
* * * * *
* * * *
* * *
* *
*
```
### pgm_3.cpp
```
1
1 2
1 2 3
1 2 3 4
1 2 3 4 5
```
### pgm_4.cpp
```
*
* *
* * *
* * * *
* * * * *
```