Lab 9

In this lab you will be working with a partner. Partners are listed below: Note: We really mean it. These are your assigned partners.

The partner listed first on this list is to log in to a computer. The unlisted partner is to advise, but not touch the keyboard. This is an exercise in cooperation, communication skills, group work, and of course, programming skills.

Here is the problem you are to solve:

Write a program that reads in words from standard input (cin), sorts them using insertion-sort, and prints the sorted list of words back out using cout. For bonus credit, uniquify the list before printing it back out (that is, print each word only once.)