Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPathCompression ¶
func NewPathCompression(n int) *pathCompression
NewPathCompression initialize a new Path Compression structure
func NewQuickFind ¶
func NewQuickFind(n int) *quickFind
NewQuickFind initialize a new QuickFind structure
func NewQuickUnion ¶
func NewQuickUnion(n int) *quickUnion
NewQuickUnion initialize a new QuickUnion structure
func NewWeightedQU ¶
func NewWeightedQU(n int) *weightedQU
NewWeightedQU initialize a new Weighted QuickUnion structure
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.