Skip to content

You can write your infix expression in the box provided. Then you can click on "Auto Play" to see how exactly your infix expression is converted to postfix. Or you also can intract with the element of the box. Do explore!

License

Notifications You must be signed in to change notification settings

automatefreely/InfixPostfixVisualizer

Repository files navigation

InfixPostfixVisualizer

You can view the visualizer here -> https://automatefreely.github.io/InfixPostfixVisualizer/

Image of the visualizer

This project has two part

  1. Auto Visualizer : This will automatically Convert the Infix To POstfix visually from where the user left (If the user left in an incorrect state then it will move base to the previous correct step and proceed).
  2. Manual User Intraction : This will allow user to intract with the visualizer.

What has been done?

  1. Auto Visualizer is in main.js and is solving the expression only from the first state (in which no user intraction has occured).
  2. Manual User Intraction is in main2.js and is working nearly perfectly.

The task left is to join the two prefectly such that they intract flawlessly easily[Done].

Tell some new ideas to implement or you can point out the inefficiency in code.

About

You can write your infix expression in the box provided. Then you can click on "Auto Play" to see how exactly your infix expression is converted to postfix. Or you also can intract with the element of the box. Do explore!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published