The exact details are a bit hazy, the basic idea was as follows. Implement a storage class using in c++. The storage class had to store doubles in an array and write to both ends of the array, while recycling the space as efficiently as possible.
Sigiloso
Mostly looking for knowing how to implement classes in c++ and your considerations in designing a class in c++. The most important aspects seemed to be design based rather then technical.