graph

package
v0.0.0-...-a9ce151 Latest Latest
Warning

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

Go to latest
Published: Feb 17, 2017 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Edge

type Edge struct {
	Source      *Vertex
	Destination *Vertex
	Cost        int
}

func NewEdge

func NewEdge(source *Vertex, destination *Vertex, cost int) Edge

type Vertex

type Vertex struct {
	Id    int
	Edges []*Edge
}

func NewVertex

func NewVertex(id int, capacity int) Vertex

Jump to

Keyboard shortcuts

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