Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add Wave Print Matrix Program #222

Closed
khushis28 opened this issue Oct 24, 2023 · 2 comments
Closed

feat: Add Wave Print Matrix Program #222

khushis28 opened this issue Oct 24, 2023 · 2 comments
Assignees

Comments

@khushis28
Copy link

A "wave print matrix program" could be a program that prints a matrix (a two-dimensional array) in a "wave-like" pattern. In other words, it might print the elements of the matrix in a way that resembles the motion of a wave.

For example, if you have a 2D matrix like this:

1 2 3
4 5 6
7 8 9

A "wave print" of this matrix could look like:

1 4 7 8 5 2 3 6 9

@mreshank
Copy link

I can do it easily ! assign it to me please ...

mreshank added a commit to mreshank/Hacktoberfest2023 that referenced this issue Oct 29, 2023
This is the program for the "Wave Print Matrix Program" addressed in the Issue Number 222. I believe this is exactly what was asked to do, so kindly merge it into the repo. This is the Java Version of the same, i will be making and requesting for the C++ version too, so kindly see that too in PRs.

Link to the issue : panditakshay402#222
mreshank added a commit to mreshank/Hacktoberfest2023 that referenced this issue Oct 29, 2023
This is the program for the "Wave Print Matrix Program" addressed in the Issue Number 222. I believe this is exactly what was asked to do, so kindly merge it into the repo. This is the C++ Version of the same, i have also requested for the Java version too in my previous PR, so kindly see that too if it haven't been merged yet.

Link to the issue : panditakshay402#222
@mreshank
Copy link

mreshank commented Oct 29, 2023

Hey @panditakshay402 , I've opened two PRs with the code in both Java and C++ to close this issue, Please check it out.. And merge my PR, if its all that was required. Lemme know if you need any addition or changes. Thank you ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants