InterviewSolution
Saved Bookmarks
| 1. |
Difference between lemma and algorithm |
|
Answer» Difference Algorithm: an algorithm is a series of well defined steps which gives a procedure for solving a type of problem.Lemma: lemma its proven statement used to prove another statement . A lemma is a proven statement used for proving another statement. An algorithm is a series of well defined steps which gives a procedure for solving a type of problem |
|