1
6.9kviews
What do you mean by algorithm? Which points you should consider while developing the algorithm.
1 Answer
| written 9.3 years ago by |
Algorithm is the collection of simple instructions for carrying out a task.
Algorithm can also be considered as sequence of unique instructions for solving a specific problem.
That is whatever the size of input data is; the algorithm can solve the given problem in finite amount of time.
An algorithm …