Othello
 All Classes Files Functions Variables Macros
disjointset.h File Reference
#include <vector>
Include dependency graph for disjointset.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DisjointSet
 Disjoint Set data structure. Helps to test the acyclicity of the graph during construction. More...
 

Detailed Description

Disjoint Set data structure.