❔ Find values which are not present in hashsets
I have multiple hashsets of integers and one "main". I want to find all values from "main" hashset which are not present in some of the other hashets, what's the easiest/best way to do this?
a) Combine all the other hashsets into one and then do like
b) Do it one by one
c) Some other way?
2 Replies
a) makes sense
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.