摘要: 1. String to Integer(atoi)https://oj.leetcode.com/problems/string-to-integer-atoi/这道题不难,有许多细节需要注意。(1)空白符(2)最大值和最小值(3)非数字 1 def atoi(self, str): 2 ... 阅读全文
posted @ 2014-10-27 20:07 darlwen 阅读(206) 评论(0) 推荐(0) 编辑