摘要: Given an array S of n integers, are there elements a, b, c in S such that a + b + c = 0? Find all unique triplets in the array which gives the sum of ... 阅读全文
posted @ 2014-07-04 11:01 Awy 阅读(205) 评论(0) 推荐(0) 编辑
摘要: There are two sorted arrays A and B of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity should be ... 阅读全文
posted @ 2014-07-04 09:16 Awy 阅读(157) 评论(0) 推荐(0) 编辑
摘要: 适配器模式(Adapter),将一个类的接口转换成客户端希望的另外一个接口。Adapter模式使得原本由于接口不兼容而不能一起工作的那些类可以一起工作。 适配器模式主要解决的问题,就简单来说,需要的东西就在面前,但却不能使用,而段时间有无法改造它,于是我们就想办法适配它。在软件开发中,也就是系统的... 阅读全文
posted @ 2014-07-04 00:06 Awy 阅读(294) 评论(0) 推荐(0) 编辑