graph

package
v0.0.0-...-2b489ef Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type G

type G struct {
	P int
	V [][]int
}

func (G) Bfs

func (g G) Bfs(start int)

func (G) Dfs

func (g G) Dfs(start int)

func (G) DfsRecur

func (g G) DfsRecur(start int)

func (G) DfsRecur0

func (g G) DfsRecur0(start int, visited []int)

Jump to

Keyboard shortcuts

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