We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6615883 commit 300980eCopy full SHA for 300980e
README.md
@@ -34,6 +34,7 @@ This repository contains Python solutions to the popular "NeetCode 150" algorith
34
- [x] [Valid Parentheses](Stacks/Easy/20_Valid_Parentheses.py)
35
- [x] **Medium**
36
- [x] [Min Stack](Stacks/Medium/155_Min_Stack.py)
37
+ - [x] [Evaluate Reverse Polish Notation](Stacks/Medium/150_Evaluate_Reverse_Polish_Notation.py)
38
39
40
This repository is for reference purposes. Anyone is free to use this code under the terms of the MIT License.
0 commit comments