Yes, I found the solutions by doing this method before I posted this, but the main intent was to see if there was a more discrete mathematical solution instead of the trial and error approach of plugging and validating.
*solved
Homework Statement
Lets say we have three algorithms, which include the following complexities 200n, 3n^2, 2^n-1. What would be a combined algorithm which is efficient?
Homework Equations
The Attempt at a Solution
Let me know if I'm on the right path here.
100n+3n^2 + 2^(n-1)...