Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 216 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 216 Bytes

Expression binary tree

This script takes in an expression in the format (X?Y) where X and Y are either single digit numbers between 0-9, or other expressions, and ? is an operator, either +, -, $\times$ or $\div$.