Pseuodocode
- Created by: 14k.russell
- Created on: 05-07-18 22:38
Fullscreen
The most important things about a pseudocode algorithm are:
- it is correct
- it is written in a form that can be understood by fellow programmers
- what is intended is clear, and not at all ambiguous
- it can be implemented on the computer system it is written for
In these…
Comments
No comments have yet been made