Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 705 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 705 Bytes

Equation Solver

Solves the equation with a single unknown variable x. (In linear time)

Prerequisites

json

Built With

Authors

Usage Instructions:

  • 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

Note

  • The alternate folder contains an alternate type of solution with no class level definitions. Only consider run.py and EquationSolve.py for evaluation