Algorithm

Bring out the importance of Algorithms in the field of Computer Science?

Questions by SandeeP01

Showing Answers 1 - 3 of 3 Answers

vkumbaji

  • Jun 16th, 2009
 

In simple terms algorithms are a blue print and logic design for building
functionality with programming languages.


Write the algorithm..

Validate the algorithm, check the characteristics of the algorithm before
implementing the algorithm.

Optimize the algorithm ? make the algorithm to work in minimal effort.

Validation of algorithm checks and proof reads the algorithm to make it work in
every possible input.


Every valid algorithm should have the following characteristics ?

Input

Output

Definiteness

Effectiveness

Termination


The algorithm is written and validated and then provides the logic and blue
print for developing functionality in any programming language where it is
implemented.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions