Skip to content

JohnAsare/stacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

stacks

Stack is LIFO. Meaning whatever comes in Last will be the first to open. Last In First Out (LIFO). The following implementation is stack and min stack. Min stack is an implementation is a stack that supports push, pop, top, and retrieving the minimum element in constant time.

Review and give feedback if need !!

About

Python 3 Stacks Implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages