Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 140 Bytes

File metadata and controls

8 lines (6 loc) · 140 Bytes

reverse-polish-notation

easy implementation of reverse polish notation in java

input

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

output

at+bac++cd+^*