COSC307 Honors Lab 3
Please do the "FindThePerfectTriangle" problem, described in:
http://web.eecs.utk.edu/~jplank/topcoder-writeups/2018/FindThePerfectTriangle/index.html
.
What to hand in
You should submit the file
FindThePerfectTriangle.cpp
, which implements the following class / method:
class FindThePerfectTriangle { public: vector <int> constructTriangle(int area, int perimeter); };
How you'll be graded
The web writeup tells you how you'll be graded.
grader.sh
takes roughly 10 seconds on my Mac, so yours needs to take at most 20 seconds.