随笔分类 -  bit operation

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 brave_bo 阅读(305) 评论(0) 推荐(0)

导航