Number of 1 bits
摘要:Brute force solution:Iterate 32 times, each time determining if the ith bit is a ’1′ or not. This is probably the easiest solution, and the interviewe...
阅读全文
posted @ 2014-10-12 04:07
posted @ 2014-10-12 04:07