+ 9
is there any way to get the optimal solution for a problem we are solving??
the way we solve the program will affect the performance of the application based on it. So it is important to chose the best solution among the available once if exist.
2 ответов
+ 8
You are basically asking about algorithms (steps taken to solve a problem), and how an algorithm is evaluated. Getting an optimal solution to a problem is case-specific, but it commonly involves trial-and-error, and lots of evaluation, so knowing what an optimal solution looks like is important towards achieve it.
https://www.sololearn.com/discuss/570502/?ref=app
+ 8
thank you @Hatsy for your reply..😘😘