/container-library

An basic container library written in golang

Primary LanguageGoMIT LicenseMIT

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