
title. Geometry Problem Solver


Progress Video 2
This problem set consists of two triangles intersecting at four locations, two intersections on two sides of both the triangles. In this case, there are three possible inputs : the angles, the edges, and the vertices. In each case, the user will first enter the name of the element, and then the value. There are also three possible outputs : an angle, an edge, a vertex. There is also an option to list all the solvable terms.
Week 4:
-
Assignment Proposal
-
Learn Python
​
Week 5
-
Install and integrate CGI
-
Home page done (able to take inputs from the user)
​
Week 6
-
Index.py (home /input screen for solver done)
​
Week 7
-
Created Value.py (Solver page)
-
Able to receive inputs from the user and store those inputs into data structures​
-
Week 8
-
Updated Value.py
-
About 90% done with the algorithm​
-
-
Finished CGI integration between solver and web app