Question: Write a noDups() method for the HighArray class of the highArray.java program. This method should remove all duplicates from the array. That is , if

Write a noDups() method for the HighArray class of the highArray.java program. This method should remove all duplicates from the array. That is , if three items with the key 17 appear in the array, noDups() should remove two of the. Don't worry about maintaining the order of the items. One approach is to first compare every item with all the other items and overwrite any duplicates with a null (or distinctive value that isn't used for real keys). Then remove all the nulls. Of course, the array size will be reduced.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!