Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DisjoinSet ¶
type DisjoinSet struct {
// contains filtered or unexported fields
}
DisjoinSet tracks and merges clusters. It might be useful for finding graph components and related problems. See http://en.wikipedia.org/wiki/Union_find for more details.
Click to show internal directories.
Click to hide internal directories.