Bit Manipulation
boegkpmlkvebevwa
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
[LeetCode] Single Number II
Given an array of integers, every element appears three times except for one. Find that single one. Note: Your algorithm should have a linear runtime complexity. Could you implement it without usi原创 2014-04-01 22:36:08 · 460 阅读 · 0 评论 -
[LeetCode] Single Number
Given an array of integers, every element appears twice except for one. Find that single one. Note: Your algorithm should have a linear runtime complexity. Could you implement it without using ext原创 2014-04-01 22:34:56 · 422 阅读 · 0 评论 -
[LeetCode] Gray Code
Total Accepted: 8909 Total Submissions: 28265 The gray code is a binary numeral system where two successive values differ in only one bit. Given a non-negative integer n representing the tot原创 2014-05-07 18:28:00 · 442 阅读 · 0 评论
分享