(7)
(b) Define an algorithm. How algorithm play an important role to implement
programming C write the step with suitable example
Attachments:
Answers
Answered by
0
Answer:
Explanation:
In mathematics and computer science, an algorithm is a finite sequence of well-defined, computer-implementable instructions, typically to solve a class of problems or to perform a computation.
It helps us decide if a problem is solvable or not. If yes, then how, how fast and how accurate? If not, then an algorithm again helps us decide, if we can solve a part of it. ... They must be used wisely and a good algorithm that is efficient in terms of time complexities and space will help you do so.
Similar questions