方法:使用一个变量记录能到达的最远距离 Jump Game II Read More
posted @ 2017-06-10 20:00 chengcy Views(137) Comments(0) Diggs(0)
方法:采用二分查找 Read More
posted @ 2017-06-10 19:02 chengcy Views(125) Comments(0) Diggs(0)
方法:采用分治的方法,x^n = x^n/2*x^n/2*x^n%2; Read More
posted @ 2017-06-10 18:12 chengcy Views(85) Comments(0) Diggs(0)
方法:使用递归的方式实现: Read More
posted @ 2017-06-10 18:02 chengcy Views(137) Comments(0) Diggs(0)
方法:采用递归的方式 Valid Sudoku 判别方法同上 Read More
posted @ 2017-06-10 17:07 chengcy Views(164) Comments(0) Diggs(0)