上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 28 下一页
摘要: Problem Definition:Given an array S of n integers, are there elements a, b, c, and d in S such that a + b + c + d = target? Find all unique quadruplet... 阅读全文
posted @ 2015-08-01 20:08 曾可爱 阅读(157) 评论(0) 推荐(0) 编辑
摘要: 1)a是引用,指向(标注)一段连续的内存区域,内容是 1,2 b是引用,指向一段连续的内存区域,内容是另一个引用。后者指向当时a所指向的东西,也就是那块内容为1,2的内存区域。 a被重定向,指向另一个内存区域,内容是4,52)a是引用,指向(标注)一段连续的内存区域,内容是 1,2 b是引用,指向... 阅读全文
posted @ 2015-07-31 11:04 曾可爱 阅读(197) 评论(0) 推荐(0) 编辑
摘要: Problem Definition:Given a digit string, return all possible letter combinations that the number could represent.A mapping of digit to letters (just l... 阅读全文
posted @ 2015-07-30 14:53 曾可爱 阅读(125) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 28 下一页