摘要: 无它,非bin()莫属。bin(x)Convert an integer number to a binary string. The result is a valid Python expression. If x is not a Python int object, it has to de... 阅读全文
posted @ 2015-07-29 16:11 Xander-Hang 阅读(306) 评论(0) 推荐(0)
摘要: https://leetcode.com/problems/product-of-array-except-self/Given an array of n integers where n > 1, nums, return an array output such that output[i] ... 阅读全文
posted @ 2015-07-29 14:34 Xander-Hang 阅读(242) 评论(0) 推荐(0)
摘要: https://leetcode.com/problems/merge-two-sorted-lists/class Solution: # @param {ListNode} l1 # @param {ListNode} l2 # @return {ListNode} de... 阅读全文
posted @ 2015-07-29 12:18 Xander-Hang 阅读(213) 评论(0) 推荐(0)