没有合适的资源?快使用搜索试试~ 我知道了~
godata:golang常用数据结构实现.Tags
共7个文件
go:5个
gitignore:1个
md:1个
需积分: 8 0 下载量 49 浏览量
2021-05-15
05:12:29
上传
评论
收藏 5KB ZIP 举报
温馨提示
#godata (Go Data Structrues) Golang基础数据结构实现 ##数据结构 ###Collection 集合接口,所有结构都应该实现的接口,提供集合都应该有的方法集合。 Collection接口包含的方法如下: package collection type Collection interface { //return the number of elements in this collection Size() int //return true if this collection contains no elements IsEmpty() bool //clear the collection Clear() //return slice of the collection's element Values() []interf
资源推荐
资源详情
资源评论
收起资源包目录
godata-master.zip (7个子文件)
godata-master
collection
collection.go 387B
example
arrayList.go 594B
list
list.go 314B
arrayList
arrayList_test.go 698B
arrayList.go 3KB
.gitignore 184B
README.md 2KB
共 7 条
- 1
资源评论
FranklinZheng
- 粉丝: 28
- 资源: 4566
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功