package
0.0.0-20230710210237-5ce2504b62fa
Repository: https://github.com/shomali11/go-interview.git
Documentation: pkg.go.dev
# README
Description
Implement a Set. A set is a collection that cannot contain duplicate elements
Example:
Input: values = "value1", "value1", "value2"
Output: ["value1", "value2"]