Fundamentals - [Programming Language]

♠ Posted by Unknown in at 09:18

Algorithm


The algorithm represents  the logic of the processing to be performed. However, in order to qualify as an algorithm, a sequence of instructions must process the following characteristics :

1.    Each and every instruction should be precise and unambiguous.
2.    Each instruction should be such that it can be performed in a finite time.
3.    One or more instructions should not be repeated infinitely.  This ensures that the algorithm will ultimately terminate.
4.    After performing the instructions, that is after the algorithm terminates, the desired results must be obtained.

0 comments:

Post a Comment