Spiral Matrix (#54)

Given an m x n matrix, return all elements of the matrix in spiral order.

Company Tags: Amazon, Google, Microsoft

Core Concept: Matrix, Simulation

Solve on LeetCode