What is optimisation Staratigies ? asked 26 Sep '17, 20:45 ![]()
|
Optimising means to make a big problem easy by using small steps to solve it. It is done for :reducing overall time and effordsand even foe better algorithms answered 27 Sep '17, 18:44 ![]()
|
Hi Op-ti-mize is to make as good as possible! Solve a problem by coming up with multiple ways to solve it by writing a step-by-step process i.e algorithms. Compare these multiple ways to see which one is optimal through execution and evaluation. Optimisation Strategies is finding better ways of doing the same thing! Selecting the best algorithm also depends on what you want to ‘optimize’ – speed, utilization, space, effort,etc. answered 28 Sep '17, 08:49 ![]()
|