Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.1 KB

README.md

File metadata and controls

18 lines (13 loc) · 1.1 KB

GoDoc codecov Go Report Card

golang_collections

This package is intended to implement all collections out of the box and using generics like List, Stack, Queue, Tree, Heaps, etc. Using generics for these collection will help us to use the type safety.

We have also done some basic benchmarking with some of the most commonly used packages. We have included the result in the respective documention of the collection.

implemented collections: