//
pkg.gl
Category
github.com/hopeio/utils
structure
list
linkedlist
base
package
0.3.6
Repository:
https://github.com/hopeio/utils.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
205 SLOC
#
Functions
New
新建空链表,即创建Node指针head,用来指向链表第一个结点,初始为空.
#
Structs
LinkedList
链表.
Node
链表结点.