Wednesday, March 19, 2014

LeetCode: Plus One


Given a non-negative number represented as an array of digits, plus one to the number.
The digits are stored such that the most significant digit is at the head of the list.
很简单的一道题,没有啥要说的,直接accepted


No comments:

Post a Comment