Skip to content

Interactive Reverse Polish Notation tool with pretty animations (WIP)

License

Notifications You must be signed in to change notification settings

caxco93/reversepolishnotation

Repository files navigation

Reverse Polish Notation

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/

Reverse Polish Notation GIF

Installation steps

You should be able to run this project locally by simply running

yarn install

followed by

yarn dev

Contributing

Feel free to contribute. Follow the usual steps.

  1. Create a personal fork
  2. Clone it
  3. Create a branch
  4. Make changes and push them
  5. Create a Pull Request