会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Deribs4
博客园
首页
新随笔
联系
管理
订阅
2018年1月14日
Leetcode 762. Prime Number of Set Bits in Binary Representation
摘要: 思路:动态规划。注意1024*1024>10^6,所以质素范围是(0,23)。
阅读全文
posted @ 2018-01-14 22:56 Deribs4
阅读(215)
评论(0)
推荐(0)
编辑
Leetcode 338. Counting Bits
摘要: Next challenges: Android Unlock Patterns Maximum XOR of Two Numbers in an Array Maximum Vacation Days 思路:动态规划。 两种分解方法: count[i]表示的是i的二进制表示中1的个数。 1.cou
阅读全文
posted @ 2018-01-14 22:43 Deribs4
阅读(101)
评论(0)
推荐(0)
编辑
公告