mentat/petgraph/unionfind/sidebar-items.js
2018-08-22 17:04:13 +00:00

1 line
No EOL
223 B
JavaScript

initSidebarItems({"struct":[["UnionFind","`UnionFind<K>` is a disjoint-set data structure. It tracks set membership of n elements indexed from 0 to n - 1. The scalar type is `K` which must be an unsigned integer type."]]});