I am doing a C++ exercise where I have to implement a class representing a weak version of a vector that holds a string. One of the requirements is to overload the < and > operator following the rules of lexographical comparison. I am doing a C++ exercise where I have to imple