Algorithm
Algorithm is a step-by-step procedure, which defines a set of instructions to be executed in a certain order to get the desired output. Algorithms are generally created independent of underlying languages, i.e. an algorithm can be implemented in more than one programming
language.
Qualities of a good algorithm
1. Input and output should be defined precisely.
2. Each step in the algorithm should be clear and unambiguous.
3. An algorithm shouldn't include computer code. Instead,the algorithm should be
written in such a way that it can be used in different programming languages.
Good, logical programming is developed through good pre-code planning and
organization. This is assisted by the use of pseudocode and program flowcharts
Instagram 👇
Comments
Post a Comment