摘要: 190. Reverse BitsReverse bits of a given 32 bits unsigned integer.For example, given input 43261596 (represented in binary as 000000101001010000011110... 阅读全文
posted @ 2016-01-25 14:36 hudiwei-hdw 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 题目:Given an input string, reverse the string word by word. For example,Given s = "the sky is blue",return "blue is sky the".Clarification:What constit... 阅读全文
posted @ 2016-01-25 11:37 hudiwei-hdw 阅读(94) 评论(0) 推荐(0) 编辑