//
pkg.gl
Category
github.com/ahwhy/myGolang
data_structure
stack
package
0.0.0-20240205151722-28f9c355b091
Repository:
https://github.com/ahwhy/mygolang.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
299 SLOC
#
Functions
NewStack
No description provided by the author
NewStacklist
No description provided by the author
NewStackslice
No description provided by the author
#
Structs
Stack
自定义链表,实现stack.
Stack_list
借助list包,实现stack.
Stack_slice
No description provided by the author
#
Interfaces
Item
定义需要存入的元素对象 这里Item是范型, 指代任意类型.
Stool
No description provided by the author