I need to create a class which does the exact same functionality as a Set does, but for this project I'm not allowed to use the java import for sets.
The only functions I need are adding to the set and removing from a set.
If someone has done this in the past can you please share? Or can someone start me off with the code for how this can be done?