会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
聆听V风声
导航
博客园
首页
新随笔
联系
订阅
管理
公告
2015年9月1日
[leetcode 226] Invert Tree
摘要: 1 题目:Invert a binary tree. 4 / \ 2 7 / \ / \1 3 6 9to 4 / \ 7 2 / \ / \9 6 3 12 思路:这是因为谷歌面试xx而著名的题,拿来做做。想了一会,想出来...
阅读全文
posted @ 2015-09-01 19:13 聆听V风声
阅读(141)
评论(0)
推荐(0)
[leetcode 16] 3Sum Closest
摘要: 1 题目Given an arraySofnintegers, find three integers inSsuch that the sum is closest to a given number, target. Return the sum of the three integers. Y...
阅读全文
posted @ 2015-09-01 09:40 聆听V风声
阅读(136)
评论(0)
推荐(0)