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

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 :)

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
```
*
* *
* * *
* * * *
* * * * *
```