What is Algorithm |
What is Algorithm and why we study
Definition
An algorithm is a step by step instruction to solve a problem, to get a target output for any acceptable input in a finite amount of time.The concept of the algorithm comes from the popular mathematician Mohammad Ibn Musa Al Khwarizmi who lived from about 780 to 850.
Why study Algorithm
- Theoretical Importance
- Practical Importance
Theoretical Importance
The Core of Computer science disciplinePractical Importance
Best framework for designing and analysis of an algorithm for new sort of problems.
Study and performance of Algorithm
- Speed is fun
- Algorithm help us to understand scalability
- Performance is currency for computing
- Contain Efficiency and Complexity
No comments:
Post a Comment