is there any way to get the optimal solution for a problem we are solving?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

16th Dec 2017, 3:50 AM
Mohammad Dakdouk
Mohammad Dakdouk - avatar
2 Answers
+ 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
16th Dec 2017, 3:55 AM
Hatsy Rei
Hatsy Rei - avatar
+ 8
thank you @Hatsy for your reply..😘😘
16th Dec 2017, 5:18 AM
Mohammad Dakdouk
Mohammad Dakdouk - avatar