Skip to content

swetankmodi/eqsolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Equation Solver (Single Variable)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages