Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

DSA

Data Structures and Algorithms in Java

STACK

  • A stack works on the principle of first in last and vice versa i.e last in first out principle
  • The element which gets inserted first in the stack will be popped out last and the element which is
  • inserted last will be popped out first.

About

Data Structures and Algorithms in Java

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages