mentat/docs/apis/rust/petgraph/unionfind/sidebar-items.js

1 line
223 B
JavaScript
Raw Normal View History

2018-06-21 14:44:35 +00:00
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."]]});