Computer Science, asked by manjusha12345, 1 year ago

Define an algorithm?How is it useful in the context of software development?​

Answers

Answered by malathipremi
3

Algorithms are simply a specific combination of these resources. Some are better than others in terms of speed and efficiency, but there are many ways to solve any software engineering task, and some algorithms are more suitable than others.

Answered by StaceeLichtenstein
3

Step by step description of any program is known as algorithm .following are the points how algorithm is useful in software development .

Explanation:

  • In the software development the algorithm easily solved the problem like Minimum Spanning tree , shortest path etc .if algorithm is not there then we can never solved these problem
  • The algorithm is used in the software development to solve the dynamic problem .
  • Also if we have to implement new software firstly we have to created the algorithm then after we can implement the code .  

Learn More :

  • brainly.in/question/2644446
Similar questions