Skip to content

sehr-gut/stack-polish-notation-visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Reverse Polish Notation Converter

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

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published