码迷,mamicode.com
首页 >  
搜索关键字:graph coloring    ( 3748个结果
Clone Graph
问题描述Clone an undirected graph. Each node in the graph contains alabeland a list of itsneighbors.OJ's undirected graph serialization:Nodes are labeled ...
分类:其他好文   时间:2015-08-13 20:05:27    阅读次数:101
ZOJ-2753
Min Cut (Destroy Trade Net)Time Limit:15 Seconds Memory Limit:32768 KBGiven an undirected graph, in which two vertexes can be connected by multiple ed...
分类:其他好文   时间:2015-08-13 00:58:05    阅读次数:124
poj 1679 The Unique MST【次小生成树】
The Unique MSTTime Limit:1000MSMemory Limit:10000KTotal Submissions:24034Accepted:8535DescriptionGiven a connected undirected graph, tell if its minim...
分类:其他好文   时间:2015-08-12 21:12:38    阅读次数:236
POJ_2942_Knights of the Round Table(点的双连通分量+二分图判定)
Knights of the Round Table Time Limit: 7000MS   Memory Limit: 65536K Total Submissions: 10908   Accepted: 3585 Description Being a knight is a very attractive career: searc...
分类:其他好文   时间:2015-08-12 01:27:55    阅读次数:154
转:【拓扑排序详解】+【模板】
转自:http://www.cnblogs.com/skywang12345/p/3711489.html拓扑排序介绍拓扑排序(Topological Order)是指,将一个有向无环图(Directed Acyclic Graph简称DAG)进行排序进而得到一个有序的线性序列。这样说,可能理解起来...
分类:编程语言   时间:2015-08-11 16:07:43    阅读次数:146
hdu5354 Bipartite Graph
分治+并查集。假设要求[L,mid]的答案,那么很明显,如果一条边的两个端点都>mid的话或者一个端点>mid一个端点 2 #include 3 #define N 300010 4 using namespace std; 5 int f[N],d[N]; 6 int n,m,i,d...
分类:其他好文   时间:2015-08-11 00:02:04    阅读次数:548
PHP pear安装出现 Warning: require_once(Structures/Graph.php)...错误
今天在WINDOWS安装pear,一路无阻很顺利安装完成,接着想安装下pear email包来玩下,但接下来却报:Warning: require_once(Structures/Graph.php): failed to open stream: No such file or directory...
分类:Web程序   时间:2015-08-11 00:00:39    阅读次数:157
[2015hdu多校联赛补题]hdu5302 Connect the Graph
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=5302题意:给你一个无向图,它的边要么是黑色要么是白色,且图上的每个点最多与两个黑边两个白边相连。现在,Demon将图分成两部分,一部分包含所有的黑边,另一部分包括所有的白边,给你白边图中度为0的点的数量...
分类:其他好文   时间:2015-08-10 21:49:37    阅读次数:121
POJ 2553 The Bottom of a Graph
题意:在有向图G中,给这样一个新的定义:对于在G中任何一个点v可达的点w,w都可达v,那么点v是一个sink。G图的bottom子图是由G图中所有的sink点构成,请按照顺序输出G图对应的bottom子图中的所有点编号,如果没有sink点,那么输出一个空行。题目分析:先将题目的强联通分量求出来缩成点...
分类:其他好文   时间:2015-08-10 19:44:16    阅读次数:179
android 自定义组件-带图片的textView
1. 定义属性 2. 继承View :CustomTextView.javaimport android.content.Context;import android.content.res.TypedArray;import android.graph...
分类:移动开发   时间:2015-08-09 14:07:00    阅读次数:139
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!