Pergunta de entrevista da empresa Microsoft

Create a dynamic array class the has a push_front method. So same idea as an arraylist but you can push the element in the front of the array. Create the class from scratch.