Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Comparable ¶
type Comparable interface {
CompareTo(v Comparable) int
}
type Queue ¶
type Queue Assists
func (*Queue) PopAssist ¶
func (q *Queue) PopAssist(v Comparable)
func (*Queue) Push ¶
func (q *Queue) Push(v Comparable)
func (*Queue) PushAssist ¶
func (q *Queue) PushAssist(v Comparable)
type Stack ¶
type Stack Assists
func (*Stack) PopAssist ¶
func (s *Stack) PopAssist(v Comparable)
func (*Stack) Push ¶
func (s *Stack) Push(v Comparable)
func (*Stack) PushAssist ¶
func (s *Stack) PushAssist(v Comparable)
type Structure ¶
type Structure struct {
// contains filtered or unexported fields
}
func NewStructure ¶
func NewStructure(monotonous monotonous) *Structure
Click to show internal directories.
Click to hide internal directories.