摘要: 1.题目描述 Given two binary strings, return their sum (also a binary string). 做二进制加法 2.题目分析 这个题偷懒了,直接进行了进制转换 3.解题思路 阅读全文
posted @ 2018-02-06 23:09 vlice 阅读(71) 评论(0) 推荐(0) 编辑
摘要: 1.题目描述 Given a non-negative integer represented as a non-empty array of digits, plus one to the integer. You may assume the integer do not contain any 阅读全文
posted @ 2018-02-06 23:03 vlice 阅读(79) 评论(0) 推荐(0) 编辑