Skip to content

Code created using C language to solve mathematical expressions using PILE data structure through Binary Trees

Notifications You must be signed in to change notification settings

KaikeWesleyReis/binary-tree-for-math-expressions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binary Tree to solve MATH Expressions

Overview: This code was created to improve my knowledge in C Language, pointers, encapsulation and data structure.

Concept

The idea used Pile type structure to construct binary trees based on () and mathematical operators (the parentheses organize how the tree structure is constructed). The image bellow exemplify this:

image

Demonstration on Terminal

image

How to Run

Execute expressionMathBinaryTree.exe

Notes

  • This code was created based on my native language(pt-br), but I managed to change the commentaries to english. So any question that you have you can enter in contact with me!

About

Code created using C language to solve mathematical expressions using PILE data structure through Binary Trees

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages