Skip to content

Arejay23/reverse-polish-notation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

reverse-polish-notation

easy implementation of reverse polish notation in java

input

((a+t)*((b+(a+c))^(c+d)))

output

at+bac++cd+^*

About

easy implementation of reverse polish notation in java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages