hhhrrrttt222111 / Patterns

Patterns in different programming languages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Palindromic Pattern in CPP

Anushka310 opened this issue · comments

I would like to contribute to this repo by adding code for the Palindromic pattern in C++.
The pattern for n = 4 is as follows:
_1
_2 1 2
3 2 1 2 3
4 3 2 1 2 3 4

Please @hhhrrrttt222111 assign me this under hacktoberfest label.

just add it