uf

package
v0.0.0-...-de2953b Latest Latest
Warning

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

Go to latest
Published: Aug 30, 2021 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

https://algs4.cs.princeton.edu/code/edu/princeton/cs/algs4/UF.java.html

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type UnionFindList

type UnionFindList []int

func NewUnionFindList

func NewUnionFindList(n int) UnionFindList

func (*UnionFindList) Connect

func (parent *UnionFindList) Connect(p, q int)

func (*UnionFindList) Count

func (parent *UnionFindList) Count() int

func (*UnionFindList) IsConnected

func (parent *UnionFindList) IsConnected(p, q int) bool

func (*UnionFindList) String

func (parent *UnionFindList) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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