Create a Set class that implements the Set interface (linkbelow) and the Cloneable interface. Use either an array or a linked list as theunderlying data structure no API container classes allowed!
StringSet interface // in same folder s this
The difference between a Set and a Bag is that Set entriesmust be unique; therefore a slightly different set of public methods isspecified.
Add a main method (inthe Set class or in a separate class) that fully exercises the methods ofSet. One way to do this effectively isto read Strings from a file into a Set (your program source code is a usefulfile for this purpose), then performs various operations (find, remove, etc.)on the Set.
Turn in your source code (paste into Angel or upload as atext file)

![[Solved] SOLVED:Program 2](https://assignmentchef.com/wp-content/uploads/2022/08/downloadzip.jpg)

![[Solved] Assignment 3- C++ Pthreads program](https://assignmentchef.com/wp-content/uploads/2022/08/downloadzip-1200x1200.jpg)
Reviews
There are no reviews yet.