p0684

package
v0.0.0-...-4302f07 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 10, 2019 License: MIT Imports: 0 Imported by: 0

README

并查集

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type UnionFind

type UnionFind struct {
	N int
	// contains filtered or unexported fields
}

func (*UnionFind) Combine

func (u *UnionFind) Combine(x, y int) bool

func (*UnionFind) Find

func (u *UnionFind) Find(x int) int

func (*UnionFind) Init

func (u *UnionFind) Init(n int)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL