Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 264 Bytes

LargestElementInStack.md

File metadata and controls

16 lines (10 loc) · 264 Bytes

LargestElementInStack

Difficulty Tags Solution Link
Easy [Stacks] To Do

Problem Description

Find the largest element in a stack.

Sample

Input Output
1
4
-2
-9
3
4