2015年6月29日

leetcode 14 Longest Common Prefix

摘要: Write a function to find the longest common prefix string amongst an array of strings. 我的解决方案: class Solution {public: string longestCommonP... 阅读全文

posted @ 2015-06-29 22:53 吴一达 阅读(131) 评论(0) 推荐(0)

推荐一个计算机视觉图书:python计算机视觉编程

摘要: 编辑部的主页:好像没啥用 http://shop.oreilly.com/product/0636920022923.do 每章的代码,github上面的:中文版 https://github.com/willard-yuan/pcv-book-code github上面... 阅读全文

posted @ 2015-06-29 21:19 吴一达 阅读(273) 评论(0) 推荐(0)

导航