Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Evaluate Reverse Polish Notation #400

Open
singhanuj620 opened this issue Oct 11, 2021 · 2 comments
Open

Evaluate Reverse Polish Notation #400

singhanuj620 opened this issue Oct 11, 2021 · 2 comments
Assignees
Labels
hacktoberfest Under Hacktoberfest 2021 Level 2 20 Points Online Question belongs to online platforms

Comments

@singhanuj620
Copy link

Enter your question -

Evaluate the value of an arithmetic expression in Reverse Polish Notation.

Valid operators are +, -, *, and /. Each operand may be an integer or another expression.

Note that division between two integers should truncate toward zero.

It is guaranteed that the given RPN expression is always valid. That means the expression would always evaluate to a result, and there will not be any division by zero operation.

Enter link to the question(if question belongs to any online platform) -

https://leetcode.com/problems/evaluate-reverse-polish-notation/

Tags for the question(eg - Array, Basic, Stack, etc.) -

Stack

@singhanuj620
Copy link
Author

Kindly assign me this task @SarthakKeshari

@SarthakKeshari
Copy link
Owner

@singhanuj620,
Kindly add your solution to "leetcode" folder.
Deadline - 12/10/2021

@SarthakKeshari SarthakKeshari added hacktoberfest Under Hacktoberfest 2021 Level 2 20 Points Online Question belongs to online platforms labels Oct 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Under Hacktoberfest 2021 Level 2 20 Points Online Question belongs to online platforms
Projects
None yet
Development

No branches or pull requests

2 participants