About Lesson
Advantages of Algorithm
1- Algorithm को समझना आसान होता है।
2- यह किसी समस्या को solve करने में मदद करता है।
3- एल्गोरिथ्म को वास्तविक प्रोग्राम में convert करना आसान होता है।
4- यह किसी समस्या को step by step solve करता है।
5- यह किसी प्रोग्रामिंग लैंग्वेज पर depend (निर्भर) नहीं होता।
6- इसमें debugging करना आसान होता है।
7- एल्गोरिथम की मदद से हम बड़ी problems को छोटी problems में विभाजित कर सकते हैं।
8- यह प्रोग्राम के ब्लूप्रिंट की तरह कार्य करता है इसलिए प्रोग्राम को लिखना बहुत आसान हो जाता है।
Advantages of Algorithms:
- It is a step-wise representation of a solution to a given problem, which makes it easy to understand.
- An algorithm uses a definite procedure.
- It is not dependent on any programming language, so it is easy to understand for anyone even without programming knowledge.
- Every step in an algorithm has its own logical sequence so it is easy to debug.
- By using algorithm, the problem is broken down into smaller pieces or steps hence, it is easier for programmer to convert it into an actual program.