| 
    Algorithms_in_C++ 1.0.0
    
   Set of algorithms implemented in C++. 
   | 
 
Creates an array to be used as stack for storing values. More...
Public Attributes | |
| std::array< float, 20 > | stack {} | 
| Array which will be used to store numbers in the input.  | |
| int | stackTop = -1 | 
| Represents the index of the last value added to array. -1 means array is empty.  | |
Creates an array to be used as stack for storing values.