Skip to content

Calculate the expression using reverse polish notation and stack.

License

Notifications You must be signed in to change notification settings

63rabbits/CalcExpressionByStack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

CalcExpressionByStack

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

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

About

Calculate the expression using reverse polish notation and stack.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages