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 StackArray Implementation Generic #1853
Comments
…e of any type Fixes: TheAlgorithms#1853
The StackArray is implemented using integer array and can hold only integer values. However, it can be modified using Generics to hold value of any type.