Hide
                                        Problem B
The Simple Container
                                                                                    
  You shall upload a header named kth_cprog_simple_container.hpp, which shall contain your declaration of UIntVector.
Since this is a trivial assignment you could put your definition of the relevant parts of UIntVector in the same file, but it is recommended practice to put the definitions in a separate .cpp.
Requirements
- 
        See the problem description in lab1.pdf. 
