摘要: 1. Two Sum 1. Two Sum 1. Two Sum Question Given an array of integers, return indices of the two numbers such that they add up to a specific target. Yo 阅读全文
posted @ 2017-03-21 19:18 Perfunctory 阅读(190) 评论(0) 推荐(0) 编辑
摘要: 工作的时间越长,越感觉基础的重要性,当我们对程序的框架结构越来越熟悉的时候,越会注意这一点,在工作当中,功能的实现是重要的,但是代码的健壮性,重用性,与扩展性确往往更为重要,在学习新技术的同时,我们或许应该抽出一点时间,去思考代码可能出现的问题。 关于剑指offer的这本书,可能所有刚毕业找工作的人 阅读全文
posted @ 2017-03-19 14:38 Perfunctory 阅读(237) 评论(0) 推荐(0) 编辑
摘要: 道格拉斯-普克算法 道格拉斯-普克算法 (Douglas–Peucker algorithm,亦称为拉默-道格拉斯-普克算法、迭代适应点算法、分裂与合并算法)是乌尔斯·拉默(Urs Ramer)于1972年以及大卫·道格拉斯(David Douglas)和托马斯·普克(Thomas Peucker) 阅读全文
posted @ 2017-03-16 10:22 Perfunctory 阅读(2000) 评论(0) 推荐(1) 编辑