Skip to content

Jackasoft/stack-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

stack:data-structures

A stack is a data structure that holds a list of elements. A stack works based on the LIFO principle i.e., Last In, First out, meaning that the most recently added element is the first one to remove. A stack has two main operations that occur only at the top of the stack: push and pop

Operations

Push operation

The push operation places an element at the top of stack.

Pop operation

Pop operation removes an element from the top of the stack.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published