Reimplement the program that eliminated duplicate words that we wrote in § 10.2.3 (p. 383) to use a list instead of a vector.
§ 10.2.3 (p. 383)
Exercise 10.9
Implement your own version of elimDups. Test your program by printing the vector after you read the input, after the call to unique, and after the call to erase.
Exercise 10.10
Why do you think the algorithms don’t change the size of containers?
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.