Skip to content

Commit

Permalink
update small
Browse files Browse the repository at this point in the history
  • Loading branch information
SKTT1Ryze committed Mar 6, 2024
1 parent f6f9b2d commit 3f86fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leetcode-cc/EvaluateReversePolishNotation.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ IMPLEMENT_PROBLEM_CLASS(
"You are given an array of strings tokens that represents an arithmetic "
"expression in a Reverse Polish Notation.Evaluate the expression. Return "
"an integer that represents the value of the expression.",
{""});
{"RPN"});

class SEvaluateReversePolishNotation : public ISolution {
public:
Expand Down

0 comments on commit 3f86fa2

Please sign in to comment.