CSE 333 24sp Exercise 10

Due: Friday, April 26, 2024 by 11:00 am; No late exercises accepted.
Goals: Use C++ dynamic memory management operations new and delete, and use friend functions.

Description: In this exercise, you will modify the Vector type from the previous exercise (consider using our sample solution!). You will remove some of its simpler methods, switch out the underlying representation, and change how its overloaded operators are defined.

Hints and tips: