发表评论取消回复
相关阅读
相关 Trie树 POJ 1056
Trie树提供给了一种能够在字符串的长度n时间内判断出来是否在已有集合中已经存在这个字符串了。 1056是判断前缀码的问题。如果所有字符串都不是其他的字符串的前缀的话,那么就
相关 【POJ】:POJ 3984
题目链接:[http://poj.org/problem?id=3984][http_poj.org_problem_id_3984] 题目解析:这题算是搜索里面的简单题了吧
相关 poj1942求组合数
就是一求组合数的问题。 include <iostream> include <algorithm> using namespac
相关 POJ1985+POJ2631 求一棵树的直径
这两个题目都是求解一棵树的直径,也就是书里面的最长的一段距离。 树的直径是指树的最长简单路。求法: 两遍BFS(dfs) :先任选一个起点BFS(dfs)找到最长路
相关 poj 1985 Cow Marathon 【树的直径】
题目:[poj 1985 Cow Marathon][] 题意:给出一个树,让你求树的直径。 分析: 树的直径:树上两点之间的最大距离。 我们从任意
相关 POJ 1741(树分治)
树分治第一题 论文题: 树的点分治 // whn6325689 // Mr.Phoebe // http://blog.c
相关 POJ 3264-Balanced Lineup详解(线段树区间求值)
Balanced Lineup <table> <tbody> <tr> <td><strong>Time Limit:</strong> 5000MS
相关 poj 1985 Cow Marathon
题目链接:[这里写链接内容][Link 1] Description After hearing about the epidemic of obesity in the
相关 POJ-2631.Roads in the North(求树的直径)
[2631.Roads in the North][] Description Building and maintaining roads among commu
还没有评论,来说两句吧...