Saved Bookmarks
| 1. |
What is an algorithm?What are its characteristics? |
|
Answer» Answer: In mathematics and computer science, an algorithm is a finite SEQUENCE of well-defined, computer-implementable instructions, typically to solve a CLASS of problems or to perform a computation. Characteristics of an Algorithm:- Input − An algorithm should have 0 or more well-defined inputs. Output − An algorithm should have 1 or more well-defined outputs, and should match the desired output. Finiteness − Algorithms must TERMINATE after a finite number of steps. Explanation: MARK ME BRAINLIEST |
|