InterviewSolution
Saved Bookmarks
| 1. |
What is an algorithm? |
|
Answer» An algorithm is a SET of instructions designed to perform a specific TASK. This can be a simple process, such as multiplying two NUMBERS, or a complex OPERATION, such as playing a compressed VIDEO file. ... In computer programming, algorithms are often created as functions |
|