/Binary-Expression-Tree

A binary expression tree is a specific kind of a binary tree used to represent expressions. This project represents how to build algebraic expression tree.

Primary LanguagePythonMIT LicenseMIT

Binary-Expression-Tree(calucator)

A Binary expression tree is a specific kind of a binary tree used to represent expressions. This project represents how to build algebraic expression tree. It is something like that.[insert a expression tree example]

Description

This project

Getting Started

Installing

Install all dependencies

npm install

Create .env file

touch .env

Add secret key to .env

SECRET = ???

Running it on your local machine

npm run

What It is

add stuff here

How to use it

Built With

Authors

  • Sukhrobjon Golibboev - Initial work - Sukhrobjon

See also the list of contributors who participated in this project.

License

This project is licenced under the MIT License - see the LICENSE file for details

Acknowledgments