Skip to content

SezerEroglu/LeetCode-155.-Min-Stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

LeetCode-155.-Min-Stack

We keep an another minimum stack and append the newest minimum value as the stack gets appended. If the appended value is not higher than the minimum, we add another minimum, simulating as if the pop operation did not change the minimum.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages