Skip to content

Stack is a linear data structure in which addition or removal of element follows a particular order i.e.LIFO(Last in First Out) AND FILO(First in Last Out).

Notifications You must be signed in to change notification settings

deepaksharma9dev/Implementation_of_Stack_using_JavaScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Implementation_of_Stack_using_JavaScript

Stack is a linear data structure in which addition or removal of element follows a particular order i.e.LIFO(Last in First Out) AND FILO(First in Last Out).

About

Stack is a linear data structure in which addition or removal of element follows a particular order i.e.LIFO(Last in First Out) AND FILO(First in Last Out).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published