Explain Problem Solving Techniques
The process of working through details of a problem to reach a solution. There are three approaches to problem solving: 1. Algorithm 2. Flowchart 3. Pseudo Code Algorithm: The algorithm is a step-by-step procedure to be followed in solving a problem. It provides a scheme to solve a particular problem in finite number of unambiguous […]


