Prim算法 1.概览 普里姆算法(Prim算法),图论中的一种算法,可在加权连通图里搜索最小生成树。意即由此算法搜索到的边子集所构成的树中,不但包括了连通图里的所有顶点(英语:Vertex (graph theory)),且其所有边的权值之和亦为最小。该算法于1930年由捷克数学家沃伊捷赫·亚尔尼 ...
分类:
编程语言 时间:
2018-05-22 13:02:07
阅读次数:
169
James Munkres "Topology" Chapter 1 Set Theory and Logic Chapter 1 Set Theory and Logic ...
分类:
其他好文 时间:
2018-05-20 10:39:17
阅读次数:
149
一、个人总结 1 保持高标准,不要受制于破窗理论(broken windows theory). 当你看到不靠谱的设计、糟糕的代码、过时的文档和测试用例的时候,不要想 “既然别人的代码已经这样了,我的代码也可以随便一点啦。” c) 如果有明确要求,我可以做好。 2 主动解决问题。当看到不靠谱的设计, ...
分类:
其他好文 时间:
2018-05-19 20:39:34
阅读次数:
198
一、个人总结 在alpha 结束之后, 每位同学写一篇个人博客, 总结自己的alpha 过程; 请用自我评价表:http://www.cnblogs.com/xinz/p/3852177.html 有比较才会有进步。 1 保持高标准,不要受制于破窗理论(broken windows theory). ...
分类:
其他好文 时间:
2018-05-19 18:30:31
阅读次数:
182
一、个人总结 第一部分:硬的问题 第二部分:软的问题 1. 保持高标准,不要受制于破窗理论(broken windows theory)[i]。当你看到不靠谱的设计、糟糕的代码、过时的文档和测试用例的时候,不要想 “既然别人的代码已经这样了,我的代码也可以随便一点啦。” ★d a) 从来没听说过; ...
分类:
其他好文 时间:
2018-05-19 17:11:05
阅读次数:
158
1. Classic form of nonlinear programming F1: $f,h,g$ are arbitrary (not necessarily diferentiable or continuous) functions. F2: F3: $$\begin{align } & ...
分类:
其他好文 时间:
2018-05-19 16:57:03
阅读次数:
230
一、个人总结 1 保持高标准,不要受制于破窗理论(broken windows theory)[i]。当你看到不靠谱的设计、糟糕的代码、过时的文档和测试用例的时候,不要想 “既然别人的代码已经这样了,我的代码也可以随便一点啦。” 不但主动做, 还会影响同事一起做好 2 主动解决问题。当看到不靠谱的设 ...
分类:
其他好文 时间:
2018-05-19 16:54:02
阅读次数:
144
Keyword Research***The Theory Behind Keyword Research***1.Understanding the Impact of Google Hummingbirdunderstanding the true intention of user query ...
分类:
其他好文 时间:
2018-05-19 15:38:18
阅读次数:
155
题目链接: http://acm.hdu.edu.cn/showproblem.php?pid=2685 题目大意: 求gcd(am-1,an-1)%k 解题思路: 对于am-1 = (a - 1) * (1 + a + a2 + ... + am-1) 所以最开始的gcd就为a-1 对于两个1 + ...
分类:
其他好文 时间:
2018-05-18 23:35:13
阅读次数:
368
back function (return number) remember the structure Solution 2: dp keywards: how many ways and optimal 70. Climbing Stairs ...
分类:
其他好文 时间:
2018-05-16 15:15:34
阅读次数:
162