Algorithm
An algorithm is a well defined list list of steps for solving a particular problem. It hepls a programmer in breaking down the solution of a problem into a number of sequential steps. A programming language is use to write a statement corresponding to each step. All these statements are collectively known as a program.
Comments
Post a Comment