Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 336 Bytes

File metadata and controls

25 lines (14 loc) · 336 Bytes

stack-java

Hello everyone,

This program is about linkedlist implementation of stack. here we can perform the various stack operations like

push

pop

isEmpty

peek

size

procedure to run the code:

download the file open terminal/command-prompt or java editor

javac stack.java

java stack