//
pkg.gl
Category
github.com/GGGxie/dataStructure
datastructure
list
package
1.0.1
Repository:
https://github.com/gggxie/datastructure.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
113 SLOC
#
Functions
InitList
init 初始化一个新链表.
NewNode
No description provided by the author
#
Structs
LinkList
链表结构.
Node
双向节点结构.