Recent content by surfy2455

  1. S

    Is there a simpler way to solve an exponential equation without trial and error?

    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.
  2. S

    What Is the Efficiency of Combining Different Algorithm Complexities?

    *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)...
Back
Top