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

Go to the source code of this file.

Functions

void union_find_delete (t_union_find *uf)
 Deletes the union-find and frees all memory taken by its contents, or does nothing if the argument is NULL. More...
 

Function Documentation

◆ union_find_delete()

void union_find_delete ( t_union_find uf)

Deletes the union-find and frees all memory taken by its contents, or does nothing if the argument is NULL.

Definition at line 16 of file union_find_delete.c.