dfs

package
v0.2.5 Latest Latest
Warning

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

Go to latest
Published: Aug 14, 2017 License: Apache-2.0 Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BfsData

type BfsData struct {
	// contains filtered or unexported fields
}

func NewBFS

func NewBFS(m map[string][]string, s string) *BfsData

func (*BfsData) BfsOrder

func (b *BfsData) BfsOrder() []string

type DfsOrder

type DfsOrder struct {
	// contains filtered or unexported fields
}

func NewDfsOrder

func NewDfsOrder(m map[string][]string) *DfsOrder

func (*DfsOrder) PostOrder

func (do *DfsOrder) PostOrder() []string

type DirectedCycle

type DirectedCycle struct {
	// contains filtered or unexported fields
}

func NewDirectedCycle

func NewDirectedCycle(m map[string][]string) *DirectedCycle

func (*DirectedCycle) Cycle

func (dc *DirectedCycle) Cycle() []string

Jump to

Keyboard shortcuts

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