data_structures
Functions
union_find_size.c File Reference
#include "union_find.h"
+ Include dependency graph for union_find_size.c:

Go to the source code of this file.

Functions

size_t union_find_size (const t_union_find *uf)
 Returns the number of elements in this union-find. More...
 

Function Documentation

◆ union_find_size()

size_t union_find_size ( const t_union_find uf)

Returns the number of elements in this union-find.

Returns
The number of elements in this union-find.

Definition at line 16 of file union_find_size.c.