Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type List ¶
type List struct {
// contains filtered or unexported fields
}
List : the basic data structure to operate on the linked list
func (*List) PairWiseSwap ¶
func (l *List) PairWiseSwap()
func (*List) RemoveNode ¶
func (l *List) RemoveNode(value interface{})
Click to show internal directories.
Click to hide internal directories.