Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DigraphInt ¶
type DigraphInt struct {
// contains filtered or unexported fields
}
func NewDigraphInt ¶
func NewDigraphInt() *DigraphInt
func (*DigraphInt) Add ¶
func (dig *DigraphInt) Add(n int)
func (*DigraphInt) Connect ¶
func (dig *DigraphInt) Connect(a, b int)
type DigraphNode ¶
type DigraphNode struct {
// contains filtered or unexported fields
}
func NewDigraphNode ¶
func NewDigraphNode() *DigraphNode
func (*DigraphNode) Add ¶
func (dig *DigraphNode) Add(n Node)
func (*DigraphNode) Connect ¶
func (dig *DigraphNode) Connect(a, b Node)
Click to show internal directories.
Click to hide internal directories.