摘要: 题目描述:(链接)Given an unsorted array of integers, find the length of the longest consecutive elements sequence.For example,Given[100, 4, 200, 1, 3, 2],The... 阅读全文
posted @ 2015-10-02 21:04 skycore 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 题目描述:(题目链接)There are two sorted arraysnums1andnums2of size m and n respectively. Find the median of the two sorted arrays. The overall run time comple... 阅读全文
posted @ 2015-10-02 17:38 skycore 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 第一次读这本书的时候是大三初,现在打算重读一遍!。第一章 导言1. 学习一门新程序设计语言的唯一途径就是用它来写程序。2. 每个程序都从main函数的起点开始执行。3. 在C语言中,所有变量必须先声明后使用。4. C语言中的基本数据类型的大小取决于具体机器。5. 在允许使用某种类型变量值的任何场合,... 阅读全文
posted @ 2015-10-02 16:33 skycore 阅读(443) 评论(0) 推荐(0) 编辑
摘要: 忘记了出处,侵删!!!#阿里一面1.Android的activity2.Category支持添加属性与成员变量吗3.是否了解设计模式, 用过哪些4.iOS7之后, 蓝牙的围栏功能5.MVC是否了解?介绍下使用情况。6.MVC里面, View怎么通知到Model7.了解delegate吗?并介绍8.说... 阅读全文
posted @ 2015-10-02 13:20 skycore 阅读(644) 评论(0) 推荐(0) 编辑