Generate a Spiral Matrix
Company: Pinduoduo
Role: Software Engineer
Category: Coding & Algorithms
Difficulty: easy
Interview Round: Technical Screen
Overview: Generate an n by n matrix filled with the integers from 1 through n squared in clockwise spiral order, following the cited problem.