unionfind:一种用于 Python 的快速联合查找数据结构

上传者: 42105570 | 上传时间: 2022-12-29 12:18:00 | 文件大小: 9KB | 文件类型: ZIP
unionfind unionfind是 Python/Cython 中不相交集森林数据结构的简单、快速实现。 该模块定义了一个类UnionFind ,其元素是连续的整数索引。 用法 使用pip安装(需要构建 cython)。 通过编写unionfind.UnionFind(n) import unionfind并在n 个元素上创建森林。 使用find(i)方法find(i)索引为i的点的根。 使用union(i, j)方法union(i, j)包含i和j的集合,为方便起见,该方法还返回结果集的根。 使用n_sets属性查看森林中有多少不相交的集合。 完整文档中更详细地描述了上述内容。 要构建文档,首先使用pip安装模块, cd到doc目录,然后make html 。

文件下载

资源详情

[{"title":"( 8 个子文件 9KB ) unionfind:一种用于 Python 的快速联合查找数据结构","children":[{"title":"unionfind-master","children":[{"title":"setup.py <span style='color:#111;'> 313B </span>","children":null,"spread":false},{"title":".gitignore <span style='color:#111;'> 10B </span>","children":null,"spread":false},{"title":"doc","children":[{"title":"Makefile <span style='color:#111;'> 6.62KB </span>","children":null,"spread":false},{"title":"source","children":[{"title":"index.rst <span style='color:#111;'> 1.32KB </span>","children":null,"spread":false},{"title":"conf.py <span style='color:#111;'> 8.17KB </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"unionfind.pyx <span style='color:#111;'> 1.68KB </span>","children":null,"spread":false},{"title":"README.md <span style='color:#111;'> 834B </span>","children":null,"spread":false},{"title":"test.py <span style='color:#111;'> 1005B </span>","children":null,"spread":false}],"spread":true}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明