Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 2.14 KB

Matrix.md

File metadata and controls

21 lines (19 loc) · 2.14 KB

Introduction

This markdown file is specific to LeetCode problems related to Matrix. Problems are divided according to difficulty level.

Difficulty level: Easy

Problem Solution
566. Reshape the Matrix C++
1380. Lucky Numbers in a Matrix C++
1886. Determine Whether Matrix Can Be Obtained By Rotation C++, Alternate
867. Transpose Matrix C++
1572. Matrix Diagonal Sum C++
832. Flipping an Image C++

Difficulty level: Medium

Problem Solution
74. Search a 2D Matrix C++
59. Spiral Matrix II C++
54. Spiral Matrix C++
73. Set Matrix Zeroes C++
74. Search a 2D Matrix C++