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

Spiral traversal of matrix in JAVA #273

Open
Onkar627 opened this issue Oct 6, 2021 · 5 comments
Open

Spiral traversal of matrix in JAVA #273

Onkar627 opened this issue Oct 6, 2021 · 5 comments
Labels
Level 1 10 Points Online Question belongs to online platforms

Comments

@Onkar627
Copy link
Contributor

Onkar627 commented Oct 6, 2021

Enter your question -

Given a 2D array, print it in spiral form. See the following examples.
Input: 1 2 3 4
5 6 7 8
9 10 11 12
13 14 15 16
Output: 1 2 3 4 8 12 16 15 14 13 9 5 6 7 11 10

Enter link to the question(if question belongs to any online platform) -

https://www.geeksforgeeks.org/print-a-given-matrix-in-spiral-form/

Tags for the question(eg - Array, Basic, Stack, etc.) -

Array,Matrix

@Onkar627
Copy link
Contributor Author

Onkar627 commented Oct 6, 2021

@SarthakKeshari can you assign me this task under the hacktober title?

@SarthakKeshari
Copy link
Owner

@Onkar627,
Kindly complete the issue template

@Onkar627
Copy link
Contributor Author

Onkar627 commented Oct 6, 2021

@SarthakKeshari I have completed the issue template.Kindly review it

@Onkar627
Copy link
Contributor Author

Onkar627 commented Oct 6, 2021

@SarthakKeshari if there is any thing to be updated?

@SarthakKeshari
Copy link
Owner

@Onkar627,
Kindly add your solution to "GeeksForGeeks" folder.
Deadline - 07/10/2021

This Issue will only be counted towards ranking criteria of this repository.

Gentle advice for futher Issues -
Medium and hard level questions will be given preference for Hacktoberfest tag.

@SarthakKeshari SarthakKeshari added Level 1 10 Points Online Question belongs to online platforms labels Oct 6, 2021
@SarthakKeshari SarthakKeshari assigned Onkar627 and unassigned Onkar627 Oct 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Level 1 10 Points Online Question belongs to online platforms
Projects
None yet
Development

No branches or pull requests

2 participants