Skip to content

The Stack data structure uses the Last in First Out(LIFO) method for its implementation. Here, stack is implemented using the concept of array list as well as the linked list.

Notifications You must be signed in to change notification settings

mittal-sahab/Stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stack

The Stack data structure uses the Last in First Out(LIFO) method for its implementation. Here, stack is implemented using the concept of array list as well as the linked list.

About

The Stack data structure uses the Last in First Out(LIFO) method for its implementation. Here, stack is implemented using the concept of array list as well as the linked list.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages