Before a computer can perform a task it must have an algorithm that tells it what to do.
An algorithm is a set of steps that defined how a task is performed. An algorithm is an ordered set of unambiguous executable steps, defining a terminating process.
Solving Computational Problem
Computational Problem is described by the property that the output has to satisfy given the input.
Problem Solving Techniques
Algorithm Development
Problem Solving Process
Step 1 - Analyse the problem
Step 2 -Implement the algorithm
Step 3 - Maintenance
Below are examples of problem solve using algorithm: