Skip to content

sehr-gut/stack-polish-notation-visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Reverse Polish Notation Converter


This project uses stack to perform and visualize polish notation conversion from infix notation

Sometimes, Polish Notation is not very intuitive. So I made it easier using a visualizer.

simple Input

A+B+C the result shoud be AB+C+

movement visualization

sample.input.mp4

input with parentheses

(A*B)+C the result should be AB*C+

movement visualization

sample.with.parentheses.mp4

long inputs

(A+B+C+D)*( m + b * (A+(T-M/a))) the result should be AB+C+D+mbATMa/-+*+*

long.input.sample.mp4

Setup


To use this, kindly refer to the releases. For contributions, it is recommended that you fork this repository and then clone locally.

This was develop in Netbeans 27, so for conveniece kindly use the same or higher ide.

About

a simple program to visualize Polish Notation

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors