Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Candidates ¶
type Candidates []Vertex
func (Candidates) IsEmpty ¶
func (h Candidates) IsEmpty() bool
func (Candidates) Len ¶
func (h Candidates) Len() int
func (Candidates) Less ¶
func (h Candidates) Less(i, j int) bool
func (*Candidates) Pop ¶
func (h *Candidates) Pop() (v Vertex)
func (*Candidates) Push ¶
func (h *Candidates) Push(v Vertex)
func (Candidates) Swap ¶
func (h Candidates) Swap(i, j int)
type Graph ¶
type Graph struct {
// contains filtered or unexported fields
}