| description | | hints | | solution | | discussion |
| list of all exercises | |||
| a) | Replace the struct List (or your own List<T>) by the standard STL container list<t> as well as our own String class by the C++ standard string class from exercise 6. |
| b) | Experiment with different ways to to do the sorting:
|
Solution:
Alternative solution: