摘要: Problem: Given an array of integers that is already sorted in ascending order, find two numbers such that they add up to a specific target number. The 阅读全文
posted @ 2017-01-01 13:18 SillyVicky 阅读(152) 评论(0) 推荐(0)
摘要: Problem: Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right which minimizes the sum of all numbers along i 阅读全文
posted @ 2017-01-01 11:17 SillyVicky 阅读(134) 评论(0) 推荐(0)
摘要: Problem: 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 d 阅读全文
posted @ 2017-01-01 08:29 SillyVicky 阅读(205) 评论(0) 推荐(0)