摘要: 面试题汇总12010-4-12 面试题1 22010-4-12 面试题2 阅读全文
posted @ 2010-04-12 20:07 科睿思博 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 有两个有序整数数组,例如{1,3,5,7,9}和{2,4,6,7,8},设计一个函数使两个数组合并,并且剔除掉两个数组里重复的元素。代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem;usingSystem.Collection... 阅读全文
posted @ 2010-04-12 20:04 科睿思博 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 给定一个整数数组,例如{2,4,5,6,7,8}和一个数字,例如10,请设计一个函数找出两个元素,并且使这两个数的和为给定数字,并答应出来。代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem;usingSystem.Collec... 阅读全文
posted @ 2010-04-12 20:02 科睿思博 阅读(232) 评论(0) 推荐(1) 编辑