会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
刻舟求剑,终日乾乾
博客园
|
首页
|
新随笔
|
新文章
|
联系
|
订阅
|
管理
2015年4月28日
LeetCode题解(1)--Two Sum
摘要: 原题: https://leetcode.com/problems/two-sum/ Given an array of integers, find two numbers such that they add up to a specific target number. The functio
阅读全文
posted @ 2015-04-28 23:55 aezero
阅读(220)
评论(0)
推荐(0)
编辑
STL review:vector & string & map & struct
摘要: I.vector1.头文件:#include //容器vector是一个能实现随机存取、插入删除的动态数组,还可以当栈使。 2.创建: vector v1; // 里可以是struct或者vector嵌套:vector > ivec;vector是...
阅读全文
posted @ 2015-04-28 22:37 aezero
阅读(316)
评论(0)
推荐(0)
编辑
公告