Spiral Matrix II

Try to solve the Spiral Matrix II problem.

Statement

Given a positive integer n, create an n×nn \times n matrix where the elements are sequential integers from 11 to n2n^2, arranged in a spiral pattern.

Constraints:

  • 1 \leq n \leq2020

Examples

Level up your interview prep. Join Educative to access 70+ hands-on prep courses.