Algorithms
An algorithm is a procedure for solving problems in terms of :
- The actions to be executed (statements)
- The order in which these actions are executed
Algorithms are independent of any specific computer language which may be used to for their implementation.
- Often expressed informally as pseudocode.