Free Access Week-  Data Engineering + BI
Data engineering and BI courses are free!
Free AI Access Week from June 2-8

simplextree (version 1.0.1)

union_find: UnionFind

Description

Union find structure exposed as an Rcpp Module.

Usage

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.