Skip to content

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

License

Notifications You must be signed in to change notification settings

architagr/golang_collections

Folders and files

NameName
Last commit message
Last commit date

Latest commit

783cb40 · Nov 17, 2024

History

44 Commits
Nov 3, 2024
Nov 17, 2024
Nov 17, 2024
Nov 17, 2024
Nov 17, 2024
Nov 17, 2024
Mar 10, 2024
Oct 13, 2022
Nov 3, 2024
Nov 3, 2024
Nov 27, 2022
Nov 27, 2022
Mar 10, 2024

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: