Skip to content

santhoshpandi/stack-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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