+ 2
How come set knows that it contains duplicate value and how it removes?
Set contains unique key
3 Answers
+ 1
I think an exemplary implementation of a set is something like this
https://code.sololearn.com/c9hIiRK7XM1L/?ref=app
+ 1
Thank you FD:)
Set contains unique key