2017年4月26日

LeetCode : Reverse Bits

摘要: Reverse bits of a given 32 bits unsigned integer.For example, given input 43261596 (represented in binary as 00000010100101000001111010011100... 阅读全文

posted @ 2017-04-26 15:16 gechen 阅读(73) 评论(0) 推荐(0) 编辑

LeetCode : Nth Digit

摘要: Find the nth digit of the infinite integer sequence 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, …Note: n is positive and will fit within the range of ... 阅读全文

posted @ 2017-04-26 14:51 gechen 阅读(72) 评论(0) 推荐(0) 编辑

导航