
利用已有结果
文章平均质量分 82
jmspan
这个作者很懒,什么都没留下…
展开
-
LeetCode 338. Counting Bits(统计比特数)
原题网址:https://leetcode.com/problems/counting-bits/ Given a non negative integer number num. For every numbers i in the range 0 ≤ i ≤ num calculate the number of 1's in their binary representation原创 2016-04-30 08:16:39 · 686 阅读 · 0 评论 -
LeetCode 117. Populating Next Right Pointers in Each Node II(右邻)
原题网址:https://leetcode.com/problems/populating-next-right-pointers-in-each-node-ii/ Follow up for problem "Populating Next Right Pointers in Each Node". What if the given tree could be any bina原创 2016-05-24 00:19:44 · 503 阅读 · 0 评论