Monday, September 3, 2018

566. Reshape the Matrix

Sept. 3, 2018

Introduction


It is an easy level array algorithm. I did try to submit five times until the code passed the online judge. It is such a friendly remind for me to warm up basic algebra to map a node in original matrix to the new matrix.

My practice


Here is the link of my Leetcode discussion.


No comments:

Post a Comment