Update 2 files
- /stacks/NodeStack.java
- /stacks/ReverseStack.java
Summary by Bito
This pull request adds two new stack implementations to the project: NodeStack.java (a generic node-based stack) and ReverseStack.java (featuring recursive stack reversal). These additions expand the project's capabilities with well-documented implementations and illustrative examples in their main methods.Unit tests added: False
Estimated effort to review (1-5, lower is better): 2
Edited by Rishabh Bohra