OrderedStringSetType Class
This assignment requires that you complete Programming Challenge 6. Write a class named OrderedStringSetType, which extends the OrderedStringListType class. The OrderedStringSet class should not store duplicate elements. Override the add method so it first checks to see if the element being added already exists in the list. If it already exists, simply do not add the element.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.