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

搜索资源列表

  1. 1089_bingchaji

    0下载:
  2. POJ1089 并查集可以解决 并查集加路径压缩-POJ1089 and check and check collection set can be solved adding the path compression
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:32804
    • 提供者:宇之宙
  1. 3625_kruskal

    0下载:
  2. 图论基础算法 解决最小生成树问题 克鲁斯卡尔算法加并查集优化-Graph theory based algorithm to solve the problem Kruskal minimum spanning tree algorithm for optimal set of plus and check
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:218182
    • 提供者:宇之宙
  1. Union_set

    0下载:
  2. 自己实现的并查集这一数据结构,能够较为高效的实现数据合并查询等操作-Their own set of implementation and inspection of the data structure, data can be more efficient queries and other operations combined
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:560324
    • 提供者:bertrand
  1. stack_queue_ufs

    0下载:
  2. 自己C++写的单链表栈、单链表队列、并查集-C++ to write their own list of single-stack, single-linked list queue, and check collection
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2400
    • 提供者:neo_wei
  1. Union

    0下载:
  2. 算法中的并查集这一类型,介绍了集中简单的并查集类型。 -Algorithm and check the set of this type, describes a simple and focused search set type.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-16
    • 文件大小:10302
    • 提供者:胡琳
  1. Kruscal

    0下载:
  2. 快排并查集Kruscal算法+源码 txt 快排并查集Kruscal算法+源码 txt-Row and fast algorithm+ source code search set Kruscal txt row and check the set Kruscal fast algorithm+ source code txt
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-04-05
    • 文件大小:826
    • 提供者:wjt
  1. shujiegou

    0下载:
  2. 树结构在程序设计中的运用,包括并查集,线段树,树状数组等。-Tree structure used in the program design, including the collection and investigation, segment tree, the tree array, and so on.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:132491
    • 提供者:lx
  1. bcj

    0下载:
  2. 使用C++描述的并查集算法资料,非常详细,研究算法的可以学习。-C++ algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:79837
    • 提供者:张新华
  1. Data-Structure

    0下载:
  2. AC自动机、并查集、左偏树、二维点、后缀数组源码,可作为ACM模板使用-Aho-Corasick Automaton, Disjoint Set, Leftist Tree, Point, Suffix Array Data Structures
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:3506
    • 提供者:whu_egg
  1. UFset

    0下载:
  2. 并查集的小例子(作业),希望有帮助.数据结构内容,可以运行。-union and find set,its my homework..
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:1049235
    • 提供者:
  1. kruskal

    0下载:
  2. 最优化代码的并查集优化的kruskal代码-it is about kruskal,but it is very simple and easy to use!
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:567
    • 提供者:刘查查
  1. 2cs

    0下载:
  2. 二叉堆、并查集和树状数组算法,编程学习者的必备知识,可以供noip、noi、acm选手学习-Binary heap, and check the set and tree array algorithms, programming learners the necessary knowledge for noip, noi to acm players learning
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:348218
    • 提供者:dgwz
  1. Union

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

    • 发布日期:2017-11-22
    • 文件大小:1228
    • 提供者:宋航
  1. Hand-in-Hand

    0下载:
  2. /*题意:判断两幅图是否同构 图中即判断图中环和链的个数是否相同 环和链是否一一相对应 利用并查集 一个集合中若人数num[]和拉手对手p[]相等 则为环,num[]==p[]+1则为链*/-/* The meaning of problems: to determine whether the two images with a composition that judge whether each of the corresponding figure rings and chains
  3. 所属分类:Data structs

    • 发布日期:2017-11-12
    • 文件大小:914
    • 提供者:
  1. kruakal

    0下载:
  2. 用并查集和最小堆算法实现KRUSKAL算法-Use and check the set and minimum heap algorithm achieve KRUSKAL algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-12-02
    • 文件大小:1506
    • 提供者:Maggielee
  1. monkeys

    0下载:
  2. 10th POI monkeys 问题的解答,使用了并查集,效率比较高-The answers to the monkeys of the 10th POI.
  3. 所属分类:Data structs

    • 发布日期:2017-12-01
    • 文件大小:1383
    • 提供者:chenzeng11
  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
    • 文件大小:178693
    • 提供者:gb
  1. agri_net

    0下载:
  2. USACO中的agri-net题,用C++编写,运用了并查集和最小生成树的概念-agri-net of USACO, with C++ prepared ,the concept of minimum spanning tree and search-set involved
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:984
    • 提供者:daertu
  1. dengjia

    0下载:
  2. 等价类和并查集的使用技巧和详细代码,有注释。-Set of equivalence classes and the use of techniques and investigation and detailed code, annotated.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1177
    • 提供者:王瑞光
  1. searchset

    0下载:
  2. 数据结构预算法并查集实现并查功能,代码简短,ACM题集-search set
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:586
    • 提供者:云曦忆梦
« 1 2 34 5 »
搜珍网 www.dssz.com