Introduction - If you have any usage issues, please Google them yourself
Write a C++ program (using STL preferably) to implement a vector-based spare matrix class,
following the concepts of “data abstraction” and “data encapsulation”. Your class should provide the
member function of smTranspose as discussed in class. (10 ) Your program should have the following
features: