data_structures
|
#include "union_find.h"
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... | |
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.