union_find: UnionFind

Description Usage Arguments Value Methods Author(s)

View source: R/union_find.R

Description

Union find structure exposed as an Rcpp Module.

Usage

1
union_find(n = 0L)

Arguments

n

Number of elements in the set.

Value

A disjoint set, as a Rcpp_UnionFind object (Rcpp module).

Methods

$print.simplextree

S3 method to print a basic summary of the simplex tree.

Author(s)

Matt Piekenbrock


simplextree documentation built on Sept. 13, 2020, 5:06 p.m.