- Given the following class, write 3 methods that can be used to print out an array that has no duplicates.
- You should define a method signature that you feel is appropriate to the problem.
- We would prefer to see three implementations (one that should take into consideration #4 below) and an explanation of what use-cases are suitable to each implementation
- What if we need to retain the original order?
- What are the positives and negatives of your solution? a. Can you implement it another way so as to avoid the negatives?
- Your solution should be “production ready.”
{{ message }}
