Challenge: Make a Stack with Variable Internal Types
This lesson brings you a challenge to solve.
We'll cover the following...
Problem statement
In the last chapter, we developed some Stack struct-types. However, they were limited to a certain fixed internal type. Now, develop a general ...