Evaluate Reverse Polish Notation | Leetcode 150 | Live coding session

preview_player
Показать описание
Here is the solution to "Evaluate Reverse Polish Notation" leetcode question. Hope you have a great time going through it.

Chapters
1) 0:00 Explaining the problem out loud
2) 1:10 Algo walkthrough
3) 1:50 Test case walkthrough
4) 6:00 Coding it up

For discussion/feedback

PS : Please increase the speed to 1.25X
Рекомендации по теме
Комментарии
Автор

Another classic explanation, the best part is test case walkthrough. Keep it up please.

tanyagupta
Автор

Hey sunchit,
You are doing great work with your great explaination.
Thank You

bandusakhare
Автор

One doubt can we do it without using stoi() (c++) or parseInt() (Java) 🤔

abhishekvishwakarma