1
6.9kviews
What do you mean by algorithm? Which points you should consider while developing the algorithm.
1 Answer
-1
468views
  • 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 …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.