Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LinkedList ¶ added in v1.6.7
type LinkedList struct {
// contains filtered or unexported fields
}
func NewLinkedList ¶ added in v1.6.7
func NewLinkedList() *LinkedList
func (LinkedList) Length ¶ added in v1.6.7
func (this LinkedList) Length() uint
func (*LinkedList) PushBack ¶ added in v1.6.7
func (this *LinkedList) PushBack(node Node) *Node
type Node ¶ added in v1.6.7
type Node struct {
// contains filtered or unexported fields
}
定义节点
func (*Node) InsertHead ¶ added in v1.6.7
Click to show internal directories.
Click to hide internal directories.