I am in the process planning my next homework assignment, which is an anagram finder. I’m using java and would like to know if you can have a Set of Set’s, where each Set have the same name currentSet (the names of each set are not unique or dynamically created? If this is too vague I can post my code to put it in context. Regards.
Share
As @Hunter already mentioned, you can have Set of Sets. The code would be something like following: