0
5.6kviews
What is an Algorithm? Write an algorithm to find largest of 3 numbers.
1 Answer
| written 3.7 years ago by |
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 …