Algorithm
1)Defimition and Algorit ''0,21s''
2)Definition of the goal ''0,30s''
3)Pseudo code ''0,43s
4)Definition of variable''0,57s''
5)Definition of loap''1,17s'
6)Definition of testing Algorithm ''1,38s''
7)How to make an algorithm''2,02s''
8)Testing Algorithm''
1)An Algorithm is a set of instructions for solving some problems,step by step.
2)Purpose of an algorithm,for example counting persons in a room.
3)English-like syntax that resembles a programming language
4)A variable calles n and initializes its value to zero.
5)A sequence of steps that will repeat some number of times.
6)In line 1 ,we initialize n to zero.
For each of these two people we then increment n by 1
7)You must to to establish so you bang on it a bit specific cases.
8)The corner case is a case that is not common .To test it you have to know if the algorithm works with 0 persons in the room.
1)An Algorithm is a set of instructions for solving some problems,step by step.
2)Purpose of an algorithm,for example counting persons in a room.
3)English-like syntax that resembles a programming language
4)A variable calles n and initializes its value to zero.
5)A sequence of steps that will repeat some number of times.
6)In line 1 ,we initialize n to zero.
For each of these two people we then increment n by 1
7)You must to to establish so you bang on it a bit specific cases.
8)The corner case is a case that is not common .To test it you have to know if the algorithm works with 0 persons in the room.
Comments
Post a Comment