-
Notifications
You must be signed in to change notification settings - Fork 47
Pull requests: keep-practicing/leetcode-go
Pull requests list
1021. Remove Outermost Parentheses
stack
LIFO, a stack is an abstract data type that serves as a collection of elements (push, pop)
string
A string is used to represent text. It is comprised of a set of characters.
#86
by zwfang
was merged May 5, 2020
Loading...
735. Asteroid Collision
Medium
Coefficient of difficulty medium
stack
LIFO, a stack is an abstract data type that serves as a collection of elements (push, pop)
#67
by zwfang
was merged Jan 14, 2019
Loading...
155. Min Stack
Easy
Coefficient of difficulty easy
stack
LIFO, a stack is an abstract data type that serves as a collection of elements (push, pop)
#66
by zwfang
was merged Jan 10, 2019
Loading...
150. Evaluate Reverse Polish Notation
math
math includes the study of such topics as quantity, structure, space, and change.
Medium
Coefficient of difficulty medium
stack
LIFO, a stack is an abstract data type that serves as a collection of elements (push, pop)
#48
by zwfang
was merged Jan 7, 2019
Loading...
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.