InterviewSolution
Saved Bookmarks
| 1. |
What is an algorithm and why it is required? |
|
Answer» Explanation: algorithm:algorithm “is a step-by-step procedure for calculations. Algorithms are used for calculation, data processing, and automated reasoning.” WHETHER you are aware of it or not, algorithms are becoming a UBIQUITOUS PART of our lives. why do we need algorithm:We learn by seeing others solve problems and by solving problems by ourselves. ... By considering a number of different algorithms, we can begin to develop pattern recognition so that the NEXT time a similar problem ARISES, we are better able to solve it. Algorithms are often quite different from one another. |
|