Skip to content

Basic calculator which uses binary trees to evaluate expressions.

License

Notifications You must be signed in to change notification settings

lukakralj/MyCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyCalculator

This calculator was created as an exercise for the swing layouts and some some basic data structures, such as binary trees.

The calculator itself makes sure that the expression which is entered by the user is a mathematically correct expression. Then a binary tree is created for that expression. This binary tree can then be traversed to produce a result (of type double).

Read a blog post about this project.

About

Basic calculator which uses binary trees to evaluate expressions.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages