摘要:
>Reverse bits of a given 32 bits unsigned integer.>For example, given input 43261596 (represented in binary as 00000010100101000001111010011100), retu... 阅读全文
posted @ 2015-07-07 22:57
卖程序的小歪
阅读(141)
评论(0)
推荐(0)
摘要:
>Implement the following operations of a queue using stacks.>push(x) -- Push element x to the back of queue.>pop() -- Removes the element from in fron... 阅读全文
posted @ 2015-07-07 20:56
卖程序的小歪
阅读(180)
评论(0)
推荐(0)
摘要:
# ACID 阅读全文
posted @ 2015-07-07 00:32
卖程序的小歪
阅读(173)
评论(0)
推荐(0)