Satsuma
a delicious .NET graph library
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
Classes | Namespaces
DisjointSet.cs File Reference

Go to the source code of this file.

Classes

class  Satsuma.DisjointSet< T >
 Implementation of the disjoint-set data structure. More...
 
struct  Satsuma.DisjointSetSet< T >
 Represents a set in the DisjointSet data structure. More...
 
interface  Satsuma.IDisjointSet< T >
 Interface to a disjoint-set data structure. More...
 
interface  Satsuma.IReadOnlyDisjointSet< T >
 Interface to a read-only disjoint-set data structure. More...
 

Namespaces

package  Satsuma