Skip to content

Class project: Arithmetic expression tree for single character integers.

Notifications You must be signed in to change notification settings

joey8angelo/arithmetic-expression-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arithmetic Expression Tree

This simple arithmetic tree demonstrated the concept of infix, postfix, and prefix notation in class. It only takes single character integers for simplicity in introducing the concept. Conversion of infix with parenthesis to postfix notation using a stack is included.

About

Class project: Arithmetic expression tree for single character integers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages