Skip to content

architagr/golang_collections

Repository files navigation

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:

About

this repository implements all collections like sorted list, array List, single linked list, stack, queue

Topics

Resources

License

Stars

Watchers

Forks