2017年5月10日
摘要: A binary watch has 4 LEDs on the top which represent the hours (0-11), and the 6 LEDs on the bottom represent the minutes (0-59). Each LED represents 阅读全文
posted @ 2017-05-10 15:51 无惧风云 阅读(174) 评论(0) 推荐(0)
摘要: Given an array containing n distinct numbers taken from 0, 1, 2, ..., n, find the one that is missing from the array. For example,Given nums = [0, 1, 阅读全文
posted @ 2017-05-10 11:11 无惧风云 阅读(165) 评论(0) 推荐(0)
摘要: Reverse a singly linked list. 阅读全文
posted @ 2017-05-10 08:56 无惧风云 阅读(121) 评论(0) 推荐(0)