CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 并查集

搜索资源列表

  1. FamilyTree

    1下载:
  2. 最近公共祖先的家谱树 1. 正确构造了家谱树,实现了简单的查询:如查找祖先,查找家长,查找孩子, 查找兄弟,查找配偶,遍历所有家族成员等等。 2. 正确实现了插入,删除,结婚等操作。 3. 实现了一些复杂的查询,如:查找某人的所有子孙,查找某人的兄弟姐妹,部 分实现了给出两人,查询称呼的功能。(但对于过分复杂的关系暂时还不能实现。) 新增功能 1. 正确实现了不相交集合类(disjointSet.h)。 2. 正确利用并查集实现了LCA(Least Common
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:11.32kb
    • 提供者:马嘉元
  1. pkujichaji

    0下载:
  2. pku oj 几个 并查集的 程序 入门用的 poj 题解 要别的也可以跟我拿-Several pku oj and entry inspection procedures set by the POJ solutions to other questions can also be with me
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2.46kb
    • 提供者:caidongyun
  1. 1988

    0下载:
  2. poj 1988 Cube Stacking 比较有趣的并查集-poj 1988 Cube Stacking and search more interesting set
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:638byte
    • 提供者:zl
  1. 1

    0下载:
  2. 并查集 知道“人言可畏”吗?在我们的生活中,尤其在现有的网络上,存在一些广泛传播的谣言。今天我们在一个群体中研究这个问题: (1)一个群体中存在一些两两之间的朋友关系; (2)一个人发布“谣言”; (3)一个人在知道“谣言”时,会告诉他(她)的朋友; 请你判断是否所有人最终都知道谣言。-Richard Sets and know " a fearful thing," right? In our lives, particularly
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:856byte
    • 提供者:zhao
  1. bingchaji

    0下载:
  2. 并查集 这个ppt列举了并查集的主要应用 详细解释了并查集的原理-this powerpoint let us know the find-union exactly
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:170.46kb
    • 提供者:zrq
  1. acmcontesttemplate

    0下载:
  2. Bfs,Dijstara,Floyd,Kruskal,Prim,并查集,网络流,Trie等acm竞赛模板-Bfs Dijstara Floyd Kruskal Prim and the set of network flow Trie search such acm contest template
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:7.19kb
    • 提供者:刘永
  1. ufind-wy.txt.tar

    0下载:
  2. 表示坐标的,并查集,最多可以处理4维坐标-none
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:816byte
    • 提供者:wy
  1. Set

    0下载:
  2. 数据结构中集合与字典的类库程序。包含:跳表,散列,并查集等常用程序。-Collection of data structure libraries with the dictionary program. Include: jump tables, hash, and check collection and other popular programs.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:11.13kb
    • 提供者:冷山道
  1. bingchaji

    0下载:
  2. 等价类与并查集,觉得还不错,看了受益匪浅啊-Equivalence class and also check sets, that is not bad, saw benefit ah
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:59.43kb
    • 提供者:KENNY
  1. UnionFindSet

    0下载:
  2. 关于并查集方面的一些代码,对于数据结构方面很有帮助-Set on and check some aspects of the code, useful for data structures
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-30
    • 文件大小:5.01kb
    • 提供者:赵伟
  1. Fmsets

    0下载:
  2. 一个并查集的头文件,里面包含查找节点的根,折叠查找和直接查找节点的根,按秩合并还有按节点数合并-And investigation of a set of header files, which contains the root node to find, folding and direct search to find the root node, according to rank merger also consolidated by the number of nodes
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:963byte
    • 提供者:徐鹏超
  1. 2

    0下载:
  2. 并查集 并查集 并查集 并查集-bing cha jibing cha jibing cha ji
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:1.09kb
    • 提供者:xuhuaqing
  1. Union

    0下载:
  2. 在一些有N个元素的集合应用问题中,我们通常是在开始时让每个元素构成一个单元素的集合,然后按一定顺序将属于同一组的元素所在的集合合并,其间要反复查找一个元素在哪个集合中。这一类问题近几年来反复出现在信息学的国际国内赛题中,其特点是看似并不复杂,但数据量极大,若用正常的数据结构来描述的话,往往在空间上过大,计算机无法承受;即使在空间上勉强通过,运行的时间复杂度也极高,根本就不可能在比赛规定的运行时间(1~3秒)内计算出试题需要的结果,只能采用一种全新的抽象的特殊数据结构——并查集来描述。-N ele
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:1.2kb
    • 提供者:宋航
  1. disjointset

    0下载:
  2. 并查集;启发式合并:让深度较小的树成为深度较大的树的子树-And search sets Heuristic Combinations: allow small depth tree become greater depth tree sub-tree
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-27
    • 文件大小:174.5kb
    • 提供者:gb
  1. 并查集_向量偏移

    0下载:
  2. 此文件有并查集的讲义,适合acm训练。是老师自己编写的,可以拿去看看(And check set algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:361kb
    • 提供者:Leoyou
  1. Desktop

    0下载:
  2. ACM赛题,并查集查找关于食物链描述中错误的语句(ACM question and find the wrong statement about the descr iption of the food chain)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-23
    • 文件大小:230kb
    • 提供者:Jerry233
  1. 并查集

    0下载:
  2. c++并查集的ppt教程,供中学竞赛教师使用(the introduction of the bingchaji)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-10
    • 文件大小:594kb
    • 提供者:Rilly
  1. 并查集

    0下载:
  2. 这个程序是基于一道ACM题目写出来的并查集算法(And search set algorithm)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:152kb
    • 提供者:hanzha
  1. 并查集

    0下载:
  2. 实现并查集这一功能,利用了C++语言进行,效率更高(realize bingchaji,I use c plus plus,which is better to use)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:893kb
    • 提供者:sylvia_xin
  1. 并查集

    0下载:
  2. 这个文件是一段c++代码,用于查询两堆数是否属于同一集合(Whether the number of two heaps belongs to the same set)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-01
    • 文件大小:3kb
    • 提供者:xuyueyao
« 12 »
搜珍网 www.dssz.com