Computer Science, asked by waterthelifeline, 1 year ago

When designing an algorithm,we must consider if there is more than one way of solving the problem.why

Answers

Answered by BattleLix
23

Answer:

  • it is because when we design algorithm we have to care about It's efficiency and run time
  • if there is an algorithm which is more efficient than your then you should have to design algorithm faster than that
Answered by StaceeLichtenstein
5

Following are the reason for algorithm to consider  more than one way of solving the problem.

Explanation:

  • If we have more then one way to solve the problem then we have choice to implement the more method in the new way to getting the result .
  • The second reason for the providing efficient time complexity as well as space complexity.
  • We can implement the algorithm for admin can change its design according to there need .

Learn More:

  • brainly.in/question/2644446
Similar questions