1.合并分支$ git merge feature1 (fast forward方式) $ git merge --no-ff -m "merge with no-ff" dev ( no fast forward方式) 1.查看分支的合并情况 git log --graph --pretty=on ...
分类:
其他好文 时间:
2016-07-10 08:40:50
阅读次数:
142
Destroying The Graph Description Alice and Bob play the following game. First, Alice draws some directed graph with N vertices and M arcs. After that ...
分类:
其他好文 时间:
2016-07-07 22:16:17
阅读次数:
237
1. No circle : parent index not equal 2. Only one root. ...
分类:
其他好文 时间:
2016-07-07 15:46:10
阅读次数:
183
OGNL OGNL:Object Graph Navigation Language 1.取代页面中Java脚本,简化数据访问 2.和EL一样是表达式语言,功能更强大 功能和特点: 1.能存取对象的属性,也能调用对象的方法 2.能访问静态方法、静态属性 3.能访问值栈及StackContext 4. ...
分类:
其他好文 时间:
2016-07-07 00:47:51
阅读次数:
123
转载自:http://blog.csdn.net/pi9nc/article/details/11848327 二分图的最大匹配、完美匹配和匈牙利算法 这篇文章讲无权二分图(unweighted bipartite graph)的最大匹配(maximum matching)和完美匹配(perfect ...
分类:
编程语言 时间:
2016-07-06 21:46:02
阅读次数:
303
OPTM - Optimal Marks You are given an undirected graph G(V, E). Each vertex has a mark which is an integer from the range [0..231 – 1]. Different vert ...
分类:
其他好文 时间:
2016-07-04 22:01:52
阅读次数:
375
Callgrind uses runtime instrumentation via the Valgrind framework for its cache simulation and call-graph generation. This way, even shared libraries ...
分类:
系统相关 时间:
2016-07-04 21:55:02
阅读次数:
312
Problem Description In graph theory, a pseudoforest is an undirected graph in which every connected component has at most one cycle. The maximal pseud ...
分类:
其他好文 时间:
2016-07-04 13:37:16
阅读次数:
143
Connected Graph Time Limit: 1000MS Memory Limit: 30000K Total Submissions: 3156 Accepted: 1533 Description An undirected graph is a set V of vertices ...
分类:
其他好文 时间:
2016-07-04 11:52:07
阅读次数:
161
Given n nodes labeled from 0 to n - 1 and a list of undirected edges (each edge is a pair of nodes), write a function to check whether these edges mak ...
分类:
其他好文 时间:
2016-07-03 23:17:41
阅读次数:
166