摘要:
https://leetcode.com/problems/multiply strings/?tab=Description 模拟我们平时做多位乘法的操作,依次把一个乘数与另一个乘数的每一位分别相乘,最后加和。 cpp class Solution { public: string multipl 阅读全文
posted @ 2017-02-20 22:26
mioopoi
阅读(1214)
评论(0)
推荐(0)
摘要:
https://leetcode.com/problems/longest valid parentheses/?tab=Description 将longest valid parentheses简称为 LVP 。(下面的示例代码都是C++) 思路1:Brute Force 扫描字符串,对每个位置 阅读全文
posted @ 2017-02-20 08:59
mioopoi
阅读(1001)
评论(0)
推荐(0)

浙公网安备 33010602011771号