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