Solves the equation with a single unknown variable x. (In linear time)
json
- Python - Python 2.7
- Swetank Modi - Initial work - swetankmodi
- Download ZIP or Clone the repository
- cd to the downloaded directory
- Place the input json file in the inputs folder
- Change the name of the file in line 4 of run.py to your input file
- In terminal type
python run.py
- The alternate folder contains an alternate type of solution with no class level definitions. Only consider run.py and EquationSolve.py for evaluation