会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Agentgamer
“It only takes 10 seconds to crush a man's ambitions. I need to take care that I protect mine.”
博客园
首页
新随笔
联系
订阅
管理
2017年6月2日
Single Number
摘要: https://leetcode.com/problems/single-number/#/description 找数组里的唯一单身狗,最简单的方法可以用O(n) 的空间做个哈希表计数。不用额外空间的话要运用异或的知识。1.相同的数异或为零,2.任何数异或0 为他自己。 所以只用把数组里所有数异或
阅读全文
posted @ 2017-06-02 11:09 Agentgamer
阅读(99)
评论(0)
推荐(0)
公告