Skip to content

HETIC-MT-P2022/mt5-2022-rpn

 
 

Repository files navigation

Reverse Polish Notation

Cf. Wikipedia

Write a function that computes an expression provided according to the reverse polish notation, e.g.:

// 1 10 100 + - = 1 110 - = -109
rpn(1, 10, 100, "+", "-") // -109

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 71.8%
  • JavaScript 28.2%