It's more of a brain-teaser than a Game Theory problem.. ...
分类:
其他好文 时间:
2016-04-15 13:36:19
阅读次数:
113
Let's continue the discussion of reading Vapnik's book Statistical Learning Theory. In the very beginning of the book, Vapnik first described two fund... ...
分类:
其他好文 时间:
2016-04-09 20:23:43
阅读次数:
144
To start this post, it is the best to first let me tell you a story that had happened in the year 2013. It was in the summer of 2013, when I was near ... ...
分类:
其他好文 时间:
2016-04-09 10:35:47
阅读次数:
212
Combination Sum Given a set of candidate numbers (C) and a target number (T), find all unique combinations in C where the candidate numbers sums to T. ...
分类:
其他好文 时间:
2016-04-06 21:48:07
阅读次数:
188
Given a collection of candidate numbers (C) and a target number (T), find all unique combinations in C where the candidate numbers sums to T. Each num ...
分类:
其他好文 时间:
2016-04-06 00:22:31
阅读次数:
147
Prime Distance Description The branch of mathematics called number theory is about properties of numbers. One of the areas that has captured the inter ...
分类:
其他好文 时间:
2016-04-03 20:15:02
阅读次数:
149
还是利用深搜的思想,注意一个元素可以取无数次。而LC40 Combination Sum II 就有次数限制,有次数限制的情况下可以先判断一个数是否与它前面的数相等,若相等则跳过该元素,直到找到一个数与它前面的数不等,再进行深搜。 这里附上LC39的代码 1 class Solution { 2 p ...
分类:
其他好文 时间:
2016-04-03 18:59:54
阅读次数:
151
一起啃PRML - 1.2 Probability Theory @copyright 转载请注明出处 http://www.cnblogs.com/chxer/ A key concept in the field of pattern recognition is that of uncerta ...
分类:
其他好文 时间:
2016-04-02 10:38:03
阅读次数:
179
原地址:http://bitcrank.com/blog/2012/02/07/how-to-stop-non-jailbroken-pirates-theory/ Please Note: The following is an approach I have put together to he ...
分类:
其他好文 时间:
2016-03-31 14:21:07
阅读次数:
180
关于android-apt 原文如下: What is this? 这是什么? The android-apt plugin assists in working with annotation processors in combination with Android Studio. It ha ...
分类:
其他好文 时间:
2016-03-29 16:20:32
阅读次数:
205