Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (23 loc) · 1.11 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.11 KB

collections

Summary

Basic data structures represent a great opportunity to learn a new langauge. These are some of the data structures that I have built to familiarize myself with the Go language

Usage

Even though these data structures have been built for my own learning purposes, if you find them useful, feel free to use them

Build

go get github.com/cosn/collections...

Test

go test github.com/cosn/collections...

Included structures