package
Version:
v0.0.0-...-2b489ef
Opens a new window with list of versions in this module.
Published: Feb 25, 2025
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type G struct {
P int
V [][]int
}
func (g G) Bfs(start int)
func (g G) Dfs(start int)
func (g G) DfsRecur(start int)
func (g G) DfsRecur0(start int, visited []int)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.