Skip to content

sharmaudit124/Stack-Implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Stack-Implementation βœ”

Here is a Java implementation of a Stack using Nodes. So you can see how the real functions of a Stack work.

Stack

Below are the following functions:πŸ‘€


🧡 To push.
🧡 To pop.
🧡 peek.
🧡 To traverse in Stack.
🧡 To get size of stack.
🧡 To check is stack Empty.
🧡 To find center of a stack.
🧡 To reverse stack.
🧡 Iterator to iterate.


You too can Contribute 🧠

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages