Skip to content

redxio/container-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Go implementation of common data structure, this basic container library covers stack, queue, linked list and binary search tree. Some of the operations on linked list use the concurrency feature of Golang.

Installation

$ go get -u github.com/NzKSO/container

Test

$ go test -race github.com/NzKSO/container/...

Document

see godoc here

License

This project is licensed under the MIT License - see the LICENSE file for details

Releases

No releases published

Packages

No packages published

Languages