This is a tool that helps visualizing how the Reverse Polish Notation (also known as the postfix notation) can use a stack to achieve a solution.
A running version can be found here: https://www.reversepolishnotation.online/
You should be able to run this project locally by simply running
yarn install
followed by
yarn dev
Feel free to contribute. Follow the usual steps.
- Create a personal fork
- Clone it
- Create a branch
- Make changes and push them
- Create a Pull Request