- 博客(2)
- 收藏
- 关注
原创 LeetCode ——566. Reshape the Matrix
题目描述: In MATLAB, there is a very useful function called 'reshape', which can reshape a matrix into a new one with different size but keep its original data. You're given a matrix represented by
2017-06-14 20:56:20
422
原创 LeetCode ——258.Add Digits
Given a non-negative integer num, repeatedly add all its digits until the result has only one digit. For example: Given num = 38, the process is like: 3 + 8 = 11, 1 + 1 = 2. Since 2 has on
2016-06-29 21:18:12
229
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人