GitHunt
63

63rabbits/CalcExpressionByStack

Calculate the expression using reverse polish notation and stack.

CalcExpressionByStack

Calculate the expression using Reverse Polish Notation and Stack.
Note: The correctness of the espression is not confirmed.

式(文字列)を計算し答えを出力します。
このコードは、式(文字列)を逆ポーランド記法に変換し、スタックを使って評価(計算)を行います。
注意:式の正しさは確認しません。

Languages

C100.0%

Contributors

MIT License
Created April 10, 2019
Updated May 19, 2021
63rabbits/CalcExpressionByStack | GitHunt