- 浏览: 1053787 次
- 性别:
- 来自: 广州
最新评论
-
心往圣城:
微时代-最专业的微信第三方平台。LBS定位导航,微网站,自定义 ...
微信公众平台 /微信公众平台怎么用 -
zhaojiafan:
return ReverseStr1(str.substrin ...
逆转字符串 Write a String Reverser (and use Recursion!) -
zhaojiafan:
public class StringUtils {
p ...
逆转字符串 Write a String Reverser (and use Recursion!)
文章列表
ACM ICPC(Association for Computing Machinery – International Collegiate Programming Contest) is a world-wide annual multi-tiered programming contest being organized for over thirteen years. The contest is sponsored by IBM.
This article focuses on what all topics that are important for the competiti ...
Systemd 入门教程:命令篇
http://www.ruanyifeng.com/blog/2016/03/systemd-tutorial-commands.html
实施国家大数据战略 加快建设数字中国
- 博客分类:
- 使用技巧
实施国家大数据战略 加快建设数字中国 http://news.ifeng.com/a/20171209/54012548_0.shtml
用好大数据 布局新时代
http://news.ifeng.com/a/20171210/54042354_0.shtml
https://www.linkedin.com/pulse/20130814154135-2967511-innovate-or-die-3-ways-to-stay-ahead-of-the-curve/?trk=tod-home-art-medium_0
80/20 up in the air at the Googleplex: Is juggling time between core work and innovation a bad idea?
Dating back AT LEAST TO 2007, Google’s 80/20 policy has famously granted employees 20 percent time for creative side projects — and has been widely emulated by companies (such as Hootsuite) as a ...
http://graphql.org/graphql-js/
http://graphql.org/graphql-js/running-an-express-graphql-server/
https://www.youtube.com/watch?v=gAJuZtvXvpk&pbjreload=10
http://www.360doc.com/content/14/0323/17/13443887_363066458.shtml
https://babeljs.io/learn-es2015/
http://ccoenraets.github.io/es6-tutorial/setup-babel/
React 入门实例教程
- 博客分类:
- 文字采撷
http://www.ruanyifeng.com/blog/2015/03/react.html (非常好)
https://scotch.io/courses/getting-started-with-react
Youtube Vdieo
https://www.youtube.com/watch?v=-40p_dZccPg
https://www.youtube.com/watch?v=NO2DaxhoWHk
https://github.com/duxianwei520/react
https://github.com/williamou ...
https://wenku.baidu.com/view/d487f11fb7360b4c2e3f6477.html?mark_pay_doc=0&mark_rec_page=1&mark_rec_position=3&clear_uda_param=1
http://www.ximalaya.com/92896537/sound/53759251/
如何摆脱穷人思维?
http://blog.csdn.net/hhygcy/article/details/3948969
这个问题也是算法导论上提过的问题。注意这个问题是Subsequence不是Substring。substring的话就是子串,子串的要求的连续相等的字符序列,而subsequence不要求连续。比如说ABCD和ABD。他们的longest common subsequence就是ABD。而Longest common substring就是AB。
这个问题和Edit Distance是同样的一类问题。解决这类的问题都是从一个优化的子结构开始得到递推式,从而给出一个一般的全局优 ...