COMPUTER SCIENCE !
- Created by: Manahil213
- Created on: 10-06-18 19:01
Fullscreen
LEARN WHAT ALGORITHM IS !!
Algorithm is a plan in whch a logical step by step process is made for solving a problem.
UNDERSTAND THE PROBLEM!!
Check:
What are the inputs into the problem?
What will be the outputs of the problem?
In what order do instrcutions need to be carried out?
What decisions need to be made in the problem?
Are any areas of the problem repeated?
REMEMBER PSEUDOCODE IS…
Comments
Report