Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 295 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 295 Bytes

Welcome to the Arithmetic Tree

This program create an Arithmetic Tree (BinaryTree) from a mathematical expression (string). It first transform the string into postfix notation and then create the tree. Afterward, you can get different statistics and obviously, the answer.

Maxime Thomassin