Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMake StackArrayList Implementation Generic #1856
Comments
…se added to test the generic implementation Fixes: TheAlgorithms#1856
The StackArrayList is implemented using Integer ArrayList and can hold only integer values. It can be modified using Generics to hold value of any type.