117 Rotate Image Medium Math & Geometry

Rotate an n×n matrix 90 degrees clockwise in-place.

118 Spiral Matrix Medium Math & Geometry

Given an m×n matrix, return all elements in spiral order.

119 Set Matrix Zeroes Medium Math & Geometry

Given an m×n matrix, if an element is 0, set its entire row and column to 0. Do it in-place.