+ 1
Question on Stack in java
I am studying Stack for the first time through SoloLearn. My question : is it mandatory to use "Node" to implement Stack logic. I can implement the logic to print reverse numbers. Then why to use "Node" ??
1 Respuesta
I am studying Stack for the first time through SoloLearn. My question : is it mandatory to use "Node" to implement Stack logic. I can implement the logic to print reverse numbers. Then why to use "Node" ??