tarjanscc

package
v0.0.0-...-bef689d Latest Latest
Warning

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

Go to latest
Published: May 28, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ById

type ById []int32

func (ById) Len

func (v ById) Len() int

func (ById) Less

func (v ById) Less(i, j int) bool

func (ById) Swap

func (v ById) Swap(i, j int)

type SCC

type SCC struct {
	Vertices []int32
	Member   []bool
}

type TarjanSCC

type TarjanSCC interface {
	SCC() int
	GetSCCs() []SCC
	SCCUtil(u int32)
}

func NewTarjanSCC

func NewTarjanSCC(matrix *[][]int32) TarjanSCC

Jump to

Keyboard shortcuts

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