摘要: Reverse bits of a given 32 bits unsigned integer. Example 1: Input: 00000010100101000001111010011100 Output: 00111001011110000010100101000000 Explanat 阅读全文
posted @ 2015-03-08 10:15 Grandyang 阅读(24295) 评论(5) 推荐(1) 编辑
摘要: Given the head of a linked list and a value x, partition it such that all nodes less than x come before nodes greater than or equal to x. You should p 阅读全文
posted @ 2015-03-08 08:37 Grandyang 阅读(14965) 评论(0) 推荐(2) 编辑
Fork me on GitHub