摘要: 1. Two Sum Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input wo 阅读全文
posted @ 2017-11-06 20:10 dreamOnly 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 1.1 本书讨论的内容 示例1:设有一组数,要确定其中第k个最大值 示例2:解决字谜问题。 1.2 数学知识复习 1.2.1 指数 1.2.2 对数 1.2.3 级数 1.2.4 模运算 1.3 递归简论 示例1:斐波那契数列 示例2:打印输出数 四条基本原则: 1. 基准情形 2. 不断推进 3. 阅读全文
posted @ 2017-11-06 17:03 dreamOnly 阅读(157) 评论(0) 推荐(0) 编辑