Skip to content

This was created for an assessment, and allowed me to understand how to use classes and objects, so that my program would work efficiently.

Notifications You must be signed in to change notification settings

harrykeeran12/expressionbinarytree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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$.

About

This was created for an assessment, and allowed me to understand how to use classes and objects, so that my program would work efficiently.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages