Skip to content

go-container 是go容器包含各种常用的数据结构包。

Notifications You must be signed in to change notification settings

ruinwCN/go-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-container

go-container 是一个简单的go容器包含各种常用的数据结构包。

stack

stack(https://en.wikipedia.org/wiki/Stack_(abstract_data_type))

stack 是一个链表实现。包括了Top/Pop/Push等常规操作。

stackArray 是stack的数组实现。

queue

queue (https://en.wikipedia.org/wiki/Queue_(abstract_data_type))

queue 是队列链表实现

queueArray 是数组实现

set

set https://en.wikipedia.org/wiki/Set_(mathematics)

实现了并集,差集,交集,对称差等集合的二元运算

About

go-container 是go容器包含各种常用的数据结构包。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages