#include <disjoint-set.h>
Public Attributes | |
| int | p |
| int | rank |
| int | size |
Definition at line 24 of file disjoint-set.h.
| int uni_elt::p |
Definition at line 26 of file disjoint-set.h.
| int uni_elt::rank |
Definition at line 25 of file disjoint-set.h.
| int uni_elt::size |
Definition at line 27 of file disjoint-set.h.