redxio / container-library

An basic container library written in golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An basic container library written in golang

License:MIT License


Languages

Language:Go 100.0%