0
4.9kviews
What is an Algorithm? Write an algorithm to find largest of 3 numbers.
1 Answer
0
545views

Algorithm:-

  • An algorithm is a finite set of statements, each of which has a clear meaning and can be executed in a finite amount of time and with a finite amount of effort. Thus whatever is the size of input data, the algorithm can solve the given problem in finite …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Improve the algorithm of finding the max of 3 part


Please log in to add an answer.