Exercise asked you to specify an ADT sorted list of unique items. Implement such an ADT using one of the approaches described in this chapter or in the previous projects.
Exercise
As specified in this chapter, the sorted list can contain duplicate entries. Specify a sorted list of unique items. For example, add could return true if it added an entry to the list but return false if the entry is in the list already.
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.