SET data structure implementation in Golang



SET data structure implementation in Golang

SET data structure implementation in Golang

A Set in Golang is an abstract data structure that is used for storing a value without maintaining any particular order and avoids duplicate values. The Go language doesn’t have any sets by default like we have in other languages but there are ways of implementing a golang set.
Github: https://github.com/sdivyansh59/YT
Linkedin: https://www.linkedin.com/in/divyansh-singh-b8634114b/

Comments are closed.