Introduction to Algorithm:
Algorithm are defined in mathematics as one of the efficient method for solving many of the maths problems.Algorithm are having many number of sequence steps for solving the maths problem.Algorithm are mainly used for the purpose of calculation in mathematics and the data processing unit in the other fields.For learning an algorithm many of the instructions have been followed.
Algorithm are defined in mathematics as one of the efficient method for solving many of the maths problems.Algorithm are having many number of sequence steps for solving the maths problem.Algorithm are mainly used for the purpose of calculation in mathematics and the data processing unit in the other fields.For learning an algorithm many of the instructions have been followed.
Example for Learning Algorithm:
Sample example for writing algorithm:
Input: Non-empty N.
Output: smallest number is N
Smallest ← N0
For each item(Length(L)≥1), do
if item >smallest, then
Smallest← the item
Return smallest
here are many characteristics for learning an algorithm.They are mentioned below in the following,
1. By using algorithm we can get an accurate result.
2. By using algorithm, the efficiency of the product is good.
3. By using the algorithm, the calculation is very faster.
4. By using the algorithm, the time can be decreased.
No comments:
Post a Comment