InterviewSolution
Saved Bookmarks
| 1. |
What is Algorithm ? |
|
Answer» The word Algorithm means “a process or set of rules to be followed in calculations or other problem-solving operations”. Therefore Algorithm REFERS to a set of rules/instructions that step-by-step DEFINE how a work is to be EXECUTED upon in order to get the EXPECTED results. |
|