Genetic Algorithm For Hello World is really a great article to understand genetic algorithm. Here is python implementation.
Reference 很详细地说明了安装、配置 Github Pages,Hexo,Travis 的方法。这里主要分享一下我的方法。
https://github.com/irgb/irgb.github.io 中包含3个分支:
n个数字(0,1,…,n-1)形成一个圆圈,从数字0开始,每次从这个圆圈中删除第m个数字(第一个为当前数字本身,第二个为当前数字的下一个数字)。当一个数字删除后,从被删除数字的下一个继续删除第m个数字。求出在这个圆圈中剩下的最后一个数字。
Given an unsorted array of integers, find the length of longest increasing subsequence.