What does it mean when the question says :
All storage management data structure should only use buffer memory and no additional member variables must be used .
when you have to write a container class implementation.
Thanks !
They expect you to dynamically allocate memory for your data.