Algorithms

 


What is an Algorithm?

 

The word Algorithm means” A set of rules to be followed in calculations or other problem-solving operations” Or” A procedure for solving a mathematical problem in a finite number of steps that frequently by recursive operations “. 

Therefore Algorithm refers to a sequence of finite steps to solve a particular problem.

Algorithms can be simple and complex depending on what you want to achieve.








No comments:

Post a Comment

Learn C programming

Codify  codify C Language Introduction C  is a procedural programming language. It was initially developed by Dennis Ritchie in the year 197...