Saved Bookmarks
| 1. |
What is the format of the specification of an algorithm? |
|
Answer» Let P be the required property of the inputs and Q the property of the desired outputs. Format of specification of an algorithm: 1. Algorithm name (Inputs) 2. Inputs – P 3. Outputs – Q |
|