Leetcode - Evaluate Reverse Polish Notation (Python)

preview_player
Показать описание
May 2021 Leetcode Challenge
Leetcode - Evaluate Reverse Polish Notation #150
Difficulty: Medium
Рекомендации по теме
Комментарии
Автор

Does anyone have an Empty Stack Error?
Tks!😊

st-lucia
Автор

nice description dude, helped me a lot

nathnaeldereje
Автор

Why using isdigit() and isnumeric() raise empty stack error and his solution doesn’t? Weird

techzoo
Автор

5:27 lol, says the only person who can actually make me understand what is going on in the code

farnazzinnah
Автор

Isnt the space complexity O(1) as our stack has a maximum of 2 before we run into an operator and pop from it?

oooo-rcyf
Автор

why does it show error if i use if-else instead of try-except? Please help, Love from India.

tapaskumarswain
visit shbcf.ru